Struct rusoto_swf::DomainConfiguration [] [src]

pub struct DomainConfiguration {
    pub workflow_execution_retention_period_in_days: String,
}

Contains the configuration settings of a domain.

Fields

The retention period for workflow executions in this domain.

Trait Implementations

impl Default for DomainConfiguration
[src]

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

impl Debug for DomainConfiguration
[src]

Formats the value using the given formatter.

impl Clone for DomainConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more