Class: Aws::LookoutEquipment::Types::DescribeResourcePolicyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::DescribeResourcePolicyRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the resource that is associated with the resource policy.
 
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that is associated with the resource policy.
      1896 1897 1898 1899 1900  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 1896 class DescribeResourcePolicyRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end  |