Struct aws_sdk_lexmodelsv2::output::CreateResourcePolicyStatementOutput [−][src]
#[non_exhaustive]pub struct CreateResourcePolicyStatementOutput {
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 is attached to.
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 is attached to.
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 CreateResourcePolicyStatementOutput
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 CreateResourcePolicyStatementOutput
impl Sync for CreateResourcePolicyStatementOutput
impl Unpin for CreateResourcePolicyStatementOutput
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
