#[non_exhaustive]pub struct GetClusterSessionCredentialsInput { /* private fields */ }Implementations§
source§impl GetClusterSessionCredentialsInput
impl GetClusterSessionCredentialsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetClusterSessionCredentials, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetClusterSessionCredentials, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetClusterSessionCredentials>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetClusterSessionCredentialsInput.
source§impl GetClusterSessionCredentialsInput
impl GetClusterSessionCredentialsInput
sourcepub fn cluster_id(&self) -> Option<&str>
pub fn cluster_id(&self) -> Option<&str>
The unique identifier of the cluster.
sourcepub fn execution_role_arn(&self) -> Option<&str>
pub fn execution_role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format: arn:partition:service:region:account:resource.
Trait Implementations§
source§impl Clone for GetClusterSessionCredentialsInput
impl Clone for GetClusterSessionCredentialsInput
source§fn clone(&self) -> GetClusterSessionCredentialsInput
fn clone(&self) -> GetClusterSessionCredentialsInput
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 PartialEq<GetClusterSessionCredentialsInput> for GetClusterSessionCredentialsInput
impl PartialEq<GetClusterSessionCredentialsInput> for GetClusterSessionCredentialsInput
source§fn eq(&self, other: &GetClusterSessionCredentialsInput) -> bool
fn eq(&self, other: &GetClusterSessionCredentialsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.