class Aws::LexModelsV2::Types::DeleteResourcePolicyStatementRequest
@note When making an API call, you may pass DeleteResourcePolicyStatementRequest
data as a hash: { resource_arn: "AmazonResourceName", # required statement_id: "Name", # required expected_revision_id: "RevisionId", }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to. @return [String]
@!attribute [rw] statement_id
The name of the statement (SID) to delete from the policy. @return [String]
@!attribute [rw] expected_revision_id
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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/DeleteResourcePolicyStatementRequest AWS API Documentation
Constants
- SENSITIVE