AWS SDK for .NET Documentation
VisibleToAllUsers Property
AmazonAmazon.ElasticMapReduce.ModelJobFlowDetailVisibleToAllUsers Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property VisibleToAllUsers.

Specifies 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#
true
, 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
CopyC#
false
, only the IAM user that created the job flow can view and manage it. This value can be changed using the SetVisibleToAllUsers action.

Declaration Syntax
C#
public bool VisibleToAllUsers { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)