Class: Aws::RoboMaker::Types::CreateFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CreateFleetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the fleet.
-
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the fleet.
Instance Attribute Details
#name ⇒ String
The name of the fleet.
414 415 416 417 418 419 |
# File 'lib/aws-sdk-robomaker/types.rb', line 414 class CreateFleetRequest < Struct.new( :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the fleet.
414 415 416 417 418 419 |
# File 'lib/aws-sdk-robomaker/types.rb', line 414 class CreateFleetRequest < Struct.new( :name, :tags) SENSITIVE = [] include Aws::Structure end |