class Aws::SWF::Types::DomainInfo

Contains general information about a domain.

@!attribute [rw] name

The name of the domain. This name is unique within the account.
@return [String]

@!attribute [rw] status

The status of the domain:

* `REGISTERED` – The domain is properly registered and available.
  You can use this domain for registering types and creating new
  workflow executions.

* `DEPRECATED` – The domain was deprecated using DeprecateDomain,
  but is still in use. You should not create new workflow executions
  in this domain.
@return [String]

@!attribute [rw] description

The description of the domain provided through RegisterDomain.
@return [String]

@!attribute [rw] arn

The ARN of the domain.
@return [String]

Constants

SENSITIVE