Struct aws_sdk_elasticbeanstalk::input::AssociateEnvironmentOperationsRoleInput [−][src]
#[non_exhaustive]pub struct AssociateEnvironmentOperationsRoleInput {
pub environment_name: Option<String>,
pub operations_role: Option<String>,
}Expand description
Request to add or change the operations role used by an environment.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.environment_name: Option<String>The name of the environment to which to set the operations role.
operations_role: Option<String>The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateEnvironmentOperationsRole, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateEnvironmentOperationsRole, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<AssociateEnvironmentOperationsRole>
Creates a new builder-style object to manufacture AssociateEnvironmentOperationsRoleInput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more