Class: Aws::CloudTrail::Types::DeleteResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::DeleteResourcePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudTrail channel you’re deleting the resource-based policy from.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudTrail channel you’re deleting the resource-based policy from. The following is the format of a resource ARN: ‘arn:aws:cloudtrail:us-east-2:123456789012:channel/MyChannel`.
1305 1306 1307 1308 1309 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1305 class DeleteResourcePolicyRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |