Struct rusoto_swf::DomainDetail [] [src]

pub struct DomainDetail {
    pub configuration: DomainConfiguration,
    pub domain_info: DomainInfo,
}

Contains details of a domain.

Fields

Trait Implementations

impl Default for DomainDetail
[src]

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

impl Debug for DomainDetail
[src]

Formats the value using the given formatter.

impl Clone for DomainDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more