Struct rusoto_emr::SetVisibleToAllUsersInput [] [src]

pub struct SetVisibleToAllUsersInput {
    pub job_flow_ids: XmlStringList,
    pub visible_to_all_users: Boolean,
}

The input to the SetVisibleToAllUsers action.

Fields

Identifiers of the job flows to receive the new visibility setting.

Whether the specified clusters are visible to all IAM users of the AWS account associated with the cluster. 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 clusters. If it is set to False, only the IAM user that created a cluster can view and manage it.

Trait Implementations

impl Default for SetVisibleToAllUsersInput
[src]

Returns the "default value" for a type. Read more

impl Debug for SetVisibleToAllUsersInput
[src]

Formats the value using the given formatter.

impl Clone for SetVisibleToAllUsersInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more