Container for the parameters to the SetVisibleToAllUsers operation.
            Sets whether all AWS Identity and Access Management (IAM) users under your account
            can access the specified job flows. This action works on running job flows. You can
            also set the visibility of       a job flow when you launch it using the  CopyC#
            parameter of RunJobFlow. The SetVisibleToAllUsers action can  be called only
            by an IAM user who created the job flow or the AWS account that owns the job flow.
CopyC#
            parameter of RunJobFlow. The SetVisibleToAllUsers action can  be called only
            by an IAM user who created the job flow or the AWS account that owns the job flow.
            
 CopyC#
CopyC#VisibleToAllUsers
 Declaration Syntax
 Declaration Syntax| C# | 
public class SetVisibleToAllUsersRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SetVisibleToAllUsersRequest()()()() | Initializes a new instance of the SetVisibleToAllUsersRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | JobFlowIds | 
            Gets and sets the property JobFlowIds. 
             Identifiers of the job flows to receive the new visibility setting. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VisibleToAllUsers | 
            Gets and sets the property VisibleToAllUsers. 
             Whether the specified job flows are visible to all IAM users of the AWS account associated with the job flow. If this value is set to True, all IAM users of that AWS account can view and, if they have the proper IAM policy permissions set, manage the job flows. If it is set to False, only the IAM user that created a job flow can view and manage it. | 
|  | WithJobFlowIds(array<String>[]()[][]) | Obsolete. 
            Sets the JobFlowIds property
             | 
|  | WithJobFlowIds(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the JobFlowIds property
             | 
|  | WithVisibleToAllUsers(Boolean) | Obsolete. 
            Sets the VisibleToAllUsers property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | SetVisibleToAllUsersRequest | |