Class: Aws::DeviceFarm::Types::GetInstanceProfileRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DeviceFarm::Types::GetInstanceProfileRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-devicefarm/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of an instance profile.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of an instance profile.
      1874 1875 1876 1877 1878  | 
    
      # File 'lib/aws-sdk-devicefarm/types.rb', line 1874 class GetInstanceProfileRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end  |