#[non_exhaustive]pub struct DisassociateApplicationFromEntitlementInput {
pub stack_name: Option<String>,
pub entitlement_name: Option<String>,
pub application_identifier: Option<String>,
}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.stack_name: Option<String>The name of the stack with which the entitlement is associated.
entitlement_name: Option<String>The name of the entitlement.
application_identifier: Option<String>The identifier of the application to remove from the entitlement.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateApplicationFromEntitlement, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateApplicationFromEntitlement, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DisassociateApplicationFromEntitlement>
Creates a new builder-style object to manufacture DisassociateApplicationFromEntitlementInput
The name of the stack with which the entitlement is associated.
The name of the entitlement.
The identifier of the application to remove from the entitlement.
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