Class: Aws::RoboMaker::Types::DeleteFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DeleteFleetRequest
- Defined in:
- gems/aws-sdk-robomaker/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.
1616 1617 1618 1619 1620 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1616 class DeleteFleetRequest < Struct.new( :fleet) SENSITIVE = [] include Aws::Structure end |