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
- Struct
- Aws::WorkLink::Types::DomainSummary
- Defined in:
- (unknown)
Overview
The summary of the domain.
Instance Attribute Summary collapse
-
#created_time ⇒ Time
The time that the domain was created.
-
#display_name ⇒ String
The name to display.
-
#domain_name ⇒ String
The name of the domain.
-
#domain_status ⇒ String
The status of the domain.
Instance Attribute Details
#created_time ⇒ Time
The time that the domain was created.
#display_name ⇒ String
The name to display.
#domain_name ⇒ String
The name of the domain.
#domain_status ⇒ String
The status of the domain.
Possible values:
- PENDING_VALIDATION
- ASSOCIATING
- ACTIVE
- INACTIVE
- DISASSOCIATING
- DISASSOCIATED
- FAILED_TO_ASSOCIATE
- FAILED_TO_DISASSOCIATE