#[non_exhaustive]pub struct AssociateEnvironmentOperationsRoleInput { /* private fields */ }
Expand description
Request to add or change the operations role used by an environment.
Implementations§
source§impl AssociateEnvironmentOperationsRoleInput
impl AssociateEnvironmentOperationsRoleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateEnvironmentOperationsRole, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateEnvironmentOperationsRole, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateEnvironmentOperationsRole
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateEnvironmentOperationsRoleInput
.
source§impl AssociateEnvironmentOperationsRoleInput
impl AssociateEnvironmentOperationsRoleInput
sourcepub fn environment_name(&self) -> Option<&str>
pub fn environment_name(&self) -> Option<&str>
The name of the environment to which to set the operations role.
sourcepub fn operations_role(&self) -> Option<&str>
pub fn operations_role(&self) -> Option<&str>
The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.
Trait Implementations§
source§impl Clone for AssociateEnvironmentOperationsRoleInput
impl Clone for AssociateEnvironmentOperationsRoleInput
source§fn clone(&self) -> AssociateEnvironmentOperationsRoleInput
fn clone(&self) -> AssociateEnvironmentOperationsRoleInput
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<AssociateEnvironmentOperationsRoleInput> for AssociateEnvironmentOperationsRoleInput
impl PartialEq<AssociateEnvironmentOperationsRoleInput> for AssociateEnvironmentOperationsRoleInput
source§fn eq(&self, other: &AssociateEnvironmentOperationsRoleInput) -> bool
fn eq(&self, other: &AssociateEnvironmentOperationsRoleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.