You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WorkLink::Types::FleetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::FleetSummary
- Defined in:
- (unknown)
Overview
The summary of the fleet.
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.
#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.
Possible values:
- CREATING
- ACTIVE
- DELETING
- DELETED
- FAILED_TO_CREATE
- FAILED_TO_DELETE
#last_updated_time ⇒ Time
The time when the fleet was last updated.
#tags ⇒ Hash<String,String>
The tags attached to the resource. A tag is a key-value pair.