Class: Aws::IoT::Types::UpdateRoleAliasResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::UpdateRoleAliasResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #role_alias  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The role alias.
 - 
  
    
      #role_alias_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The role alias ARN.
 
Instance Attribute Details
#role_alias ⇒ String
The role alias.
      16507 16508 16509 16510 16511 16512  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16507 class UpdateRoleAliasResponse < Struct.new( :role_alias, :role_alias_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#role_alias_arn ⇒ String
The role alias ARN.
      16507 16508 16509 16510 16511 16512  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16507 class UpdateRoleAliasResponse < Struct.new( :role_alias, :role_alias_arn) SENSITIVE = [] include Aws::Structure end  |