Class: Aws::WorkLink::Types::DescribeFleetMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::DescribeFleetMetadataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#company_code ⇒ String
The identifier used by users to sign in to the Amazon WorkLink app.
-
#created_time ⇒ Time
The time that the fleet was created.
-
#display_name ⇒ String
The name to display.
-
#fleet_name ⇒ String
The name of the fleet.
-
#fleet_status ⇒ String
The current state of the fleet.
-
#last_updated_time ⇒ Time
The time that the fleet was last updated.
-
#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 attached to the resource.
Instance Attribute Details
#company_code ⇒ String
The identifier used by users to sign in to the Amazon WorkLink app.
424 425 426 427 428 429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-worklink/types.rb', line 424 class DescribeFleetMetadataResponse < Struct.new( :created_time, :last_updated_time, :fleet_name, :display_name, :optimize_for_end_user_location, :company_code, :fleet_status, :tags) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time that the fleet was created.
424 425 426 427 428 429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-worklink/types.rb', line 424 class DescribeFleetMetadataResponse < Struct.new( :created_time, :last_updated_time, :fleet_name, :display_name, :optimize_for_end_user_location, :company_code, :fleet_status, :tags) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name to display.
424 425 426 427 428 429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-worklink/types.rb', line 424 class DescribeFleetMetadataResponse < Struct.new( :created_time, :last_updated_time, :fleet_name, :display_name, :optimize_for_end_user_location, :company_code, :fleet_status, :tags) SENSITIVE = [] include Aws::Structure end |
#fleet_name ⇒ String
The name of the fleet.
424 425 426 427 428 429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-worklink/types.rb', line 424 class DescribeFleetMetadataResponse < Struct.new( :created_time, :last_updated_time, :fleet_name, :display_name, :optimize_for_end_user_location, :company_code, :fleet_status, :tags) SENSITIVE = [] include Aws::Structure end |
#fleet_status ⇒ String
The current state of the fleet.
424 425 426 427 428 429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-worklink/types.rb', line 424 class DescribeFleetMetadataResponse < Struct.new( :created_time, :last_updated_time, :fleet_name, :display_name, :optimize_for_end_user_location, :company_code, :fleet_status, :tags) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time that the fleet was last updated.
424 425 426 427 428 429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-worklink/types.rb', line 424 class DescribeFleetMetadataResponse < Struct.new( :created_time, :last_updated_time, :fleet_name, :display_name, :optimize_for_end_user_location, :company_code, :fleet_status, :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.
424 425 426 427 428 429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-worklink/types.rb', line 424 class DescribeFleetMetadataResponse < Struct.new( :created_time, :last_updated_time, :fleet_name, :display_name, :optimize_for_end_user_location, :company_code, :fleet_status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags attached to the resource. A tag is a key-value pair.
424 425 426 427 428 429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-worklink/types.rb', line 424 class DescribeFleetMetadataResponse < Struct.new( :created_time, :last_updated_time, :fleet_name, :display_name, :optimize_for_end_user_location, :company_code, :fleet_status, :tags) SENSITIVE = [] include Aws::Structure end |