#[non_exhaustive]pub struct CreateResourcePolicyOutput {
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 was 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 was 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 CreateResourcePolicyOutput
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 RefUnwindSafe for CreateResourcePolicyOutput
impl Send for CreateResourcePolicyOutput
impl Sync for CreateResourcePolicyOutput
impl Unpin for CreateResourcePolicyOutput
impl UnwindSafe for CreateResourcePolicyOutput
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