Class: Aws::XRay::Types::PutResourcePolicyResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::PutResourcePolicyResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_policy  ⇒ Types::ResourcePolicy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource policy document, as provided in the ‘PutResourcePolicyRequest`.
 
Instance Attribute Details
#resource_policy ⇒ Types::ResourcePolicy
The resource policy document, as provided in the ‘PutResourcePolicyRequest`.
      2343 2344 2345 2346 2347  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 2343 class PutResourcePolicyResult < Struct.new( :resource_policy) SENSITIVE = [] include Aws::Structure end  |