Class: Aws::CloudTrail::Types::GetResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GetResourcePolicyResponse
- 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 resource-based policy.
-
#resource_policy ⇒ String
A JSON-formatted string that contains the 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 resource-based policy.
2390 2391 2392 2393 2394 2395 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2390 class GetResourcePolicyResponse < Struct.new( :resource_arn, :resource_policy) SENSITIVE = [] include Aws::Structure end |
#resource_policy ⇒ String
A JSON-formatted string that contains the resource-based policy attached to the CloudTrail channel.
2390 2391 2392 2393 2394 2395 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2390 class GetResourcePolicyResponse < Struct.new( :resource_arn, :resource_policy) SENSITIVE = [] include Aws::Structure end |