Struct rusoto_swf::DescribeActivityTypeInput [] [src]

pub struct DescribeActivityTypeInput {
    pub activity_type: ActivityType,
    pub domain: String,
}

Fields

The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

The name of the domain in which the activity type is registered.

Trait Implementations

impl Default for DescribeActivityTypeInput
[src]

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

impl Debug for DescribeActivityTypeInput
[src]

Formats the value using the given formatter.

impl Clone for DescribeActivityTypeInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more