#[non_exhaustive]pub struct DeleteResourcePolicyStatementOutput {
pub resource_arn: Option<String>,
pub revision_id: 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.resource_arn: Option<String>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy statement was removed from.
revision_id: Option<String>The current revision of the resource policy. Use the revision ID to make sure that you are updating the most current version of a resource policy when you add a policy statement to a resource, delete a resource, or update a resource.
Implementations
The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy statement was removed from.
The current revision of the resource policy. Use the revision ID to make sure that you are updating the most current version of a resource policy when you add a policy statement to a resource, delete a resource, or update a resource.
Creates a new builder-style object to manufacture DeleteResourcePolicyStatementOutput
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
impl Send for DeleteResourcePolicyStatementOutput
impl Sync for DeleteResourcePolicyStatementOutput
impl Unpin for DeleteResourcePolicyStatementOutput
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