Struct rusoto_swf::DomainInfo [] [src]

pub struct DomainInfo {
    pub description: Option<String>,
    pub name: String,
    pub status: String,
}

Contains general information about a domain.

Fields

The description of the domain provided through RegisterDomain.

The name of the domain. This name is unique within the account.

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.

Trait Implementations

impl Default for DomainInfo
[src]

Returns the "default value" for a type. Read more

impl Debug for DomainInfo
[src]

Formats the value using the given formatter.

impl Clone for DomainInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more