You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SWF::Types::DomainInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::DomainInfo
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the domain.
-
#description ⇒ String
The description of the domain provided through RegisterDomain.
-
#name ⇒ String
The name of the domain.
-
#status ⇒ String
The status of the domain:.
Instance Attribute Details
#arn ⇒ String
The ARN of the domain.
#description ⇒ String
The description of the domain provided through RegisterDomain.
#name ⇒ String
The name of the domain. This name is unique within the account.
#status ⇒ String
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.Possible values:
- REGISTERED
- DEPRECATED