Class: Aws::Signer::Types::AddProfilePermissionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Signer::Types::AddProfilePermissionResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-signer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the current profile revision.
 
Instance Attribute Details
#revision_id ⇒ String
A unique identifier for the current profile revision.
      94 95 96 97 98  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 94 class AddProfilePermissionResponse < Struct.new( :revision_id) SENSITIVE = [] include Aws::Structure end  |