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

Class: Aws::WorkLink::Types::DomainSummary

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

Overview

The summary of the domain.

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

The time that the domain was created.

Returns:

  • (Time)

    The time that the domain was created.

#display_nameString

The name to display.

Returns:

  • (String)

    The name to display.

#domain_nameString

The name of the domain.

Returns:

  • (String)

    The name of the domain.

#domain_statusString

The status of the domain.

Possible values:

  • PENDING_VALIDATION
  • ASSOCIATING
  • ACTIVE
  • INACTIVE
  • DISASSOCIATING
  • DISASSOCIATED
  • FAILED_TO_ASSOCIATE
  • FAILED_TO_DISASSOCIATE

Returns:

  • (String)

    The status of the domain.