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.
      4062 4063 4064 4065 4066 4067  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 4062 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.
      4062 4063 4064 4065 4066 4067  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 4062 class PutResourcePolicyResponse < Struct.new( :resource_arn, :resource_policy) SENSITIVE = [] include Aws::Structure end  |