You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EMR::Types::SetVisibleToAllUsersInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SetVisibleToAllUsersInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  job_flow_ids: ["XmlString"], # required
  visible_to_all_users: false, # required
}

The input to the SetVisibleToAllUsers action.

Instance Attribute Summary collapse

Instance Attribute Details

#job_flow_idsArray<String>

The unique identifier of the job flow (cluster).

Returns:

  • (Array<String>)

    The unique identifier of the job flow (cluster).

#visible_to_all_usersBoolean

A value of true indicates that all IAM users in the AWS account can perform cluster actions if they have the proper IAM policy permissions. This is the default. A value of false indicates that only the IAM user who created the cluster can perform actions.

Returns:

  • (Boolean)

    A value of true indicates that all IAM users in the AWS account can perform cluster actions if they have the proper IAM policy permissions.