Gets and sets the property VisibleToAllUsers.
Whether the job flow is visible to all IAM users of the AWS account associated with
the job flow. If this value is set to CopyC#
, all IAM users of that AWS
account can view and (if they have the proper policy permissions set) manage the job
flow. If it is set to true
CopyC#
, only the IAM user that created the job flow
can view and manage it.
false

C# |
public bool VisibleToAllUsers { get; set; }