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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-worklink/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

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



1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-worklink/types.rb', line 1197

class UpdateFleetMetadataRequest < Struct.new(
  :fleet_arn,
  :display_name,
  :optimize_for_end_user_location)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_arnString

The ARN of the fleet.



1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-worklink/types.rb', line 1197

class UpdateFleetMetadataRequest < Struct.new(
  :fleet_arn,
  :display_name,
  :optimize_for_end_user_location)
  SENSITIVE = []
  include Aws::Structure
end

#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.



1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-worklink/types.rb', line 1197

class UpdateFleetMetadataRequest < Struct.new(
  :fleet_arn,
  :display_name,
  :optimize_for_end_user_location)
  SENSITIVE = []
  include Aws::Structure
end