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

Class: Aws::WorkLink::Types::DescribeDomainResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#acm_certificate_arnString

The ARN of an issued ACM certificate that is valid for the domain being associated.

Returns:

  • (String)

    The ARN of an issued ACM certificate that is valid for the domain being associated.

#created_timeTime

The time that the domain was added.

Returns:

  • (Time)

    The time that the domain was added.

#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 current state for the domain.

Possible values:

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

Returns:

  • (String)

    The current state for the domain.