You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkLink::Types::CreateFleetRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateFleetRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  fleet_name: "FleetName", # required
  display_name: "DisplayName",
  optimize_for_end_user_location: false,
  tags: {
    "TagKey" => "TagValue",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The fleet name to display.

Returns:

  • (String)

    The fleet name to display.

#fleet_nameString

A unique name for the fleet.

Returns:

  • (String)

    A unique name for the fleet.

#optimize_for_end_user_locationBoolean

The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.

Returns:

  • (Boolean)

    The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.

#tagsHash<String,String>

The tags to add to the resource. A tag is a key-value pair.

Returns:

  • (Hash<String,String>)

    The tags to add to the resource.