Struct rusoto_autoscaling::PolicyARNType [] [src]

pub struct PolicyARNType {
    pub policy_arn: Option<ResourceName>,
}

Fields

The Amazon Resource Name (ARN) of the policy.

Trait Implementations

impl Default for PolicyARNType
[src]

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

impl Debug for PolicyARNType
[src]

Formats the value using the given formatter.

impl Clone for PolicyARNType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more