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
show all
Defined in:
(unknown)

Overview

The summary of the fleet.

Instance Attribute Summary collapse

Instance Attribute Details

#company_codeString

The identifier used by users to sign into the Amazon WorkLink app.

Returns:

  • (String)

    The identifier used by users to sign into the Amazon WorkLink app.

#created_timeTime

The time when the fleet was created.

Returns:

  • (Time)

    The time when the fleet was created.

#display_nameString

The name of the fleet to display.

Returns:

  • (String)

    The name of the fleet to display.

#fleet_arnString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the fleet.

#fleet_nameString

The name of the fleet.

Returns:

  • (String)

    The name of the fleet.

#fleet_statusString

The status of the fleet.

Possible values:

  • CREATING
  • ACTIVE
  • DELETING
  • DELETED
  • FAILED_TO_CREATE
  • FAILED_TO_DELETE

Returns:

  • (String)

    The status of the fleet.

#last_updated_timeTime

The time when the fleet was last updated.

Returns:

  • (Time)

    The time when the fleet was last updated.

#tagsHash<String,String>

The tags attached to the resource. A tag is a key-value pair.

Returns:

  • (Hash<String,String>)

    The tags attached to the resource.