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.
1951 1952 1953 1954 1955 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1951 class DescribeFleetRequest < Struct.new( :fleet) SENSITIVE = [] include Aws::Structure end |