class Aws::RoboMaker::Types::CreateFleetRequest

@note When making an API call, you may pass CreateFleetRequest

data as a hash:

    {
      name: "Name", # required
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] name

The name of the fleet.
@return [String]

@!attribute [rw] tags

A map that contains tag keys and tag values that are attached to the
fleet.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateFleetRequest AWS API Documentation

Constants

SENSITIVE