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

Class: Aws::WorkLink::Types::UpdateFleetMetadataRequest

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

Overview

Note:

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

{
  fleet_arn: "FleetArn", # required
  display_name: "DisplayName",
  optimize_for_end_user_location: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The fleet name to display. The existing DisplayName is unset if null is passed.

Returns:

  • (String)

    The fleet name to display.

#fleet_arnString

The ARN of the fleet.

Returns:

  • (String)

    The ARN of 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.