Class: Aws::CloudTrail::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::PutResourcePolicyResponse
- 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 attached to the resource-based policy.
-
#resource_policy ⇒ String
The JSON-formatted string of the Amazon Web Services resource-based policy attached to the CloudTrail channel.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudTrail channel attached to the resource-based policy.
4024 4025 4026 4027 4028 4029 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4024 class PutResourcePolicyResponse < Struct.new( :resource_arn, :resource_policy) SENSITIVE = [] include Aws::Structure end |
#resource_policy ⇒ String
The JSON-formatted string of the Amazon Web Services resource-based policy attached to the CloudTrail channel.
4024 4025 4026 4027 4028 4029 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4024 class PutResourcePolicyResponse < Struct.new( :resource_arn, :resource_policy) SENSITIVE = [] include Aws::Structure end |