Class: Aws::WorkLink::Types::FleetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::FleetSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
The summary of the fleet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#company_code ⇒ String
The identifier used by users to sign into the Amazon WorkLink app.
-
#created_time ⇒ Time
The time when the fleet was created.
-
#display_name ⇒ String
The name of the fleet to display.
-
#fleet_arn ⇒ String
The Amazon Resource Name (ARN) of the fleet.
-
#fleet_name ⇒ String
The name of the fleet.
-
#fleet_status ⇒ String
The status of the fleet.
-
#last_updated_time ⇒ Time
The time when the fleet was last updated.
-
#tags ⇒ Hash<String,String>
The tags attached to the resource.
Instance Attribute Details
#company_code ⇒ String
The identifier used by users to sign into the Amazon WorkLink app.
657 658 659 660 661 662 663 664 665 666 667 668 |
# File 'lib/aws-sdk-worklink/types.rb', line 657 class FleetSummary < Struct.new( :fleet_arn, :created_time, :last_updated_time, :fleet_name, :display_name, :company_code, :fleet_status, :tags) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time when the fleet was created.
657 658 659 660 661 662 663 664 665 666 667 668 |
# File 'lib/aws-sdk-worklink/types.rb', line 657 class FleetSummary < Struct.new( :fleet_arn, :created_time, :last_updated_time, :fleet_name, :display_name, :company_code, :fleet_status, :tags) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name of the fleet to display.
657 658 659 660 661 662 663 664 665 666 667 668 |
# File 'lib/aws-sdk-worklink/types.rb', line 657 class FleetSummary < Struct.new( :fleet_arn, :created_time, :last_updated_time, :fleet_name, :display_name, :company_code, :fleet_status, :tags) SENSITIVE = [] include Aws::Structure end |
#fleet_arn ⇒ String
The Amazon Resource Name (ARN) of the fleet.
657 658 659 660 661 662 663 664 665 666 667 668 |
# File 'lib/aws-sdk-worklink/types.rb', line 657 class FleetSummary < Struct.new( :fleet_arn, :created_time, :last_updated_time, :fleet_name, :display_name, :company_code, :fleet_status, :tags) SENSITIVE = [] include Aws::Structure end |
#fleet_name ⇒ String
The name of the fleet.
657 658 659 660 661 662 663 664 665 666 667 668 |
# File 'lib/aws-sdk-worklink/types.rb', line 657 class FleetSummary < Struct.new( :fleet_arn, :created_time, :last_updated_time, :fleet_name, :display_name, :company_code, :fleet_status, :tags) SENSITIVE = [] include Aws::Structure end |
#fleet_status ⇒ String
The status of the fleet.
657 658 659 660 661 662 663 664 665 666 667 668 |
# File 'lib/aws-sdk-worklink/types.rb', line 657 class FleetSummary < Struct.new( :fleet_arn, :created_time, :last_updated_time, :fleet_name, :display_name, :company_code, :fleet_status, :tags) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time when the fleet was last updated.
657 658 659 660 661 662 663 664 665 666 667 668 |
# File 'lib/aws-sdk-worklink/types.rb', line 657 class FleetSummary < Struct.new( :fleet_arn, :created_time, :last_updated_time, :fleet_name, :display_name, :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.
657 658 659 660 661 662 663 664 665 666 667 668 |
# File 'lib/aws-sdk-worklink/types.rb', line 657 class FleetSummary < Struct.new( :fleet_arn, :created_time, :last_updated_time, :fleet_name, :display_name, :company_code, :fleet_status, :tags) SENSITIVE = [] include Aws::Structure end |