You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkLink::Types::DescribeFleetMetadataResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#company_codeString

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

Returns:

  • (String)

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

#created_timeTime

The time that the fleet was created.

Returns:

  • (Time)

    The time that the fleet was created.

#display_nameString

The name to display.

Returns:

  • (String)

    The name to display.

#fleet_nameString

The name of the fleet.

Returns:

  • (String)

    The name of the fleet.

#fleet_statusString

The current state of the fleet.

Possible values:

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

Returns:

  • (String)

    The current state of the fleet.

#last_updated_timeTime

The time that the fleet was last updated.

Returns:

  • (Time)

    The time that the fleet was last updated.

#optimize_for_end_user_locationBoolean

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.

Returns:

  • (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.

#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.