Class: Aws::LexModelsV2::Types::DescribeResourcePolicyRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::DescribeResourcePolicyRequest
 
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to. 
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
| 6648 6649 6650 6651 6652 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6648 class DescribeResourcePolicyRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |