Class: Aws::RoboMaker::Types::DescribeFleetRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::DescribeFleetRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fleet  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the fleet.
 
Instance Attribute Details
#fleet ⇒ String
The Amazon Resource Name (ARN) of the fleet.
      1955 1956 1957 1958 1959  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1955 class DescribeFleetRequest < Struct.new( :fleet) SENSITIVE = [] include Aws::Structure end  |