class Aws::WorkLink::Types::CreateFleetRequest
@note When making an API call, you may pass CreateFleetRequest
data as a hash: { fleet_name: "FleetName", # required display_name: "DisplayName", optimize_for_end_user_location: false, tags: { "TagKey" => "TagValue", }, }
@!attribute [rw] fleet_name
A unique name for the fleet. @return [String]
@!attribute [rw] display_name
The fleet name to display. @return [String]
@!attribute [rw] optimize_for_end_user_location
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. @return [Boolean]
@!attribute [rw] tags
The tags to add to the resource. A tag is a key-value pair. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/worklink-2018-09-25/CreateFleetRequest AWS API Documentation
Constants
- SENSITIVE