#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DeleteResourcePolicyStatementInput
Implementations
The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
The name of the statement (SID) to delete from the policy.
The name of the statement (SID) to delete from the policy.
The identifier of the revision of the policy to delete the statement from. If this revision ID doesn't match the current revision ID, Amazon Lex throws an exception.
If you don't specify a revision, Amazon Lex removes the current contents of the statement.
The identifier of the revision of the policy to delete the statement from. If this revision ID doesn't match the current revision ID, Amazon Lex throws an exception.
If you don't specify a revision, Amazon Lex removes the current contents of the statement.
Consumes the builder and constructs a DeleteResourcePolicyStatementInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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