Class: Aws::WorkLink::Types::CreateFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::CreateFleetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The fleet name to display.
-
#fleet_name ⇒ String
A unique name for the fleet.
-
#optimize_for_end_user_location ⇒ 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.
-
#tags ⇒ Hash<String,String>
The tags to add to the resource.
Instance Attribute Details
#display_name ⇒ String
The fleet name to display.
134 135 136 137 138 139 140 141 |
# File 'lib/aws-sdk-worklink/types.rb', line 134 class CreateFleetRequest < Struct.new( :fleet_name, :display_name, :optimize_for_end_user_location, :tags) SENSITIVE = [] include Aws::Structure end |
#fleet_name ⇒ String
A unique name for the fleet.
134 135 136 137 138 139 140 141 |
# File 'lib/aws-sdk-worklink/types.rb', line 134 class CreateFleetRequest < Struct.new( :fleet_name, :display_name, :optimize_for_end_user_location, :tags) SENSITIVE = [] include Aws::Structure end |
#optimize_for_end_user_location ⇒ 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.
134 135 136 137 138 139 140 141 |
# File 'lib/aws-sdk-worklink/types.rb', line 134 class CreateFleetRequest < Struct.new( :fleet_name, :display_name, :optimize_for_end_user_location, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to add to the resource. A tag is a key-value pair.
134 135 136 137 138 139 140 141 |
# File 'lib/aws-sdk-worklink/types.rb', line 134 class CreateFleetRequest < Struct.new( :fleet_name, :display_name, :optimize_for_end_user_location, :tags) SENSITIVE = [] include Aws::Structure end |