Class: Aws::WorkLink::Types::DescribeFleetMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::DescribeFleetMetadataResponse
- Defined in:
- gems/aws-sdk-worklink/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.
515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 515 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.
515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 515 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.
515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 515 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.
515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 515 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.
515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 515 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.
515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 515 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.
515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 515 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.
515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 515 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 |