Class: Aws::RoboMaker::Types::CreateFleetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the fleet.

Returns:

  • (String)


414
415
416
417
418
419
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 414

class CreateFleetRequest < Struct.new(
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map that contains tag keys and tag values that are attached to the fleet.

Returns:

  • (Hash<String,String>)


414
415
416
417
418
419
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 414

class CreateFleetRequest < Struct.new(
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end