Class: Aws::RolesAnywhere::Types::PutAttributeMappingResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RolesAnywhere::Types::PutAttributeMappingResponse
 
 
- Defined in:
 - gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #profile  ⇒ Types::ProfileDetail 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the profile after a read or write operation.
 
Instance Attribute Details
#profile ⇒ Types::ProfileDetail
The state of the profile after a read or write operation.
      723 724 725 726 727  | 
    
      # File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 723 class PutAttributeMappingResponse < Struct.new( :profile) SENSITIVE = [] include Aws::Structure end  |