#[non_exhaustive]pub struct SetVisibleToAllUsersInput { /* private fields */ }Expand description
The input to the SetVisibleToAllUsers action.
Implementations§
source§impl SetVisibleToAllUsersInput
impl SetVisibleToAllUsersInput
sourcepub fn job_flow_ids(&self) -> Option<&[String]>
pub fn job_flow_ids(&self) -> Option<&[String]>
The unique identifier of the job flow (cluster).
sourcepub fn visible_to_all_users(&self) -> Option<bool>
pub fn visible_to_all_users(&self) -> Option<bool>
A value of true indicates that an IAM principal in the Amazon Web Services account can perform EMR actions on the cluster that the IAM policies attached to the principal allow. A value of false indicates that only the IAM principal that created the cluster and the Amazon Web Services root user can perform EMR actions on the cluster.
source§impl SetVisibleToAllUsersInput
impl SetVisibleToAllUsersInput
sourcepub fn builder() -> SetVisibleToAllUsersInputBuilder
pub fn builder() -> SetVisibleToAllUsersInputBuilder
Creates a new builder-style object to manufacture SetVisibleToAllUsersInput.
source§impl SetVisibleToAllUsersInput
impl SetVisibleToAllUsersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetVisibleToAllUsers, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<SetVisibleToAllUsers, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SetVisibleToAllUsers>
Trait Implementations§
source§impl Clone for SetVisibleToAllUsersInput
impl Clone for SetVisibleToAllUsersInput
source§fn clone(&self) -> SetVisibleToAllUsersInput
fn clone(&self) -> SetVisibleToAllUsersInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SetVisibleToAllUsersInput
impl Debug for SetVisibleToAllUsersInput
source§impl PartialEq<SetVisibleToAllUsersInput> for SetVisibleToAllUsersInput
impl PartialEq<SetVisibleToAllUsersInput> for SetVisibleToAllUsersInput
source§fn eq(&self, other: &SetVisibleToAllUsersInput) -> bool
fn eq(&self, other: &SetVisibleToAllUsersInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.