Struct aws_sdk_elasticbeanstalk::client::fluent_builders::DisassociateEnvironmentOperationsRole
source · pub struct DisassociateEnvironmentOperationsRole { /* private fields */ }
Expand description
Fluent builder constructing a request to DisassociateEnvironmentOperationsRole
.
Disassociate the operations role from an environment. After this call is made, Elastic Beanstalk uses the caller's permissions for permissions to downstream services during subsequent calls acting on this environment. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.
Implementations§
source§impl DisassociateEnvironmentOperationsRole
impl DisassociateEnvironmentOperationsRole
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DisassociateEnvironmentOperationsRole, AwsResponseRetryClassifier>, SdkError<DisassociateEnvironmentOperationsRoleError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DisassociateEnvironmentOperationsRole, AwsResponseRetryClassifier>, SdkError<DisassociateEnvironmentOperationsRoleError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DisassociateEnvironmentOperationsRoleOutput, SdkError<DisassociateEnvironmentOperationsRoleError>>
pub async fn send(
self
) -> Result<DisassociateEnvironmentOperationsRoleOutput, SdkError<DisassociateEnvironmentOperationsRoleError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn environment_name(self, input: impl Into<String>) -> Self
pub fn environment_name(self, input: impl Into<String>) -> Self
The name of the environment from which to disassociate the operations role.
sourcepub fn set_environment_name(self, input: Option<String>) -> Self
pub fn set_environment_name(self, input: Option<String>) -> Self
The name of the environment from which to disassociate the operations role.
Trait Implementations§
source§impl Clone for DisassociateEnvironmentOperationsRole
impl Clone for DisassociateEnvironmentOperationsRole
source§fn clone(&self) -> DisassociateEnvironmentOperationsRole
fn clone(&self) -> DisassociateEnvironmentOperationsRole
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more