Class: Aws::LexModelsV2::Types::UpdateResourcePolicyResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::UpdateResourcePolicyResponse
 
- Includes:
- Structure
- Defined in:
- 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. 
- 
  
    
      #revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current revision of the resource policy. 
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
| 15145 15146 15147 15148 15149 15150 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15145 class UpdateResourcePolicyResponse < Struct.new( :resource_arn, :revision_id) SENSITIVE = [] include Aws::Structure end | 
#revision_id ⇒ String
The current revision of the resource policy. Use the revision ID to make sure that you are updating the most current version of a resource policy when you add a policy statement to a resource, delete a resource, or update a resource.
| 15145 15146 15147 15148 15149 15150 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15145 class UpdateResourcePolicyResponse < Struct.new( :resource_arn, :revision_id) SENSITIVE = [] include Aws::Structure end |