Struct rusoto_autoscaling::PolicyARNType [] [src]

pub struct PolicyARNType {
    pub alarms: Option<Vec<Alarm>>,
    pub policy_arn: Option<String>,
}

Contains the output of PutScalingPolicy.

Fields

The CloudWatch alarms created for the target tracking policy. This parameter will be empty if the policy type is anything other than TargetTrackingScaling.

The Amazon Resource Name (ARN) of the policy.

Trait Implementations

impl Default for PolicyARNType
[src]

[src]

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

impl Debug for PolicyARNType
[src]

[src]

Formats the value using the given formatter.

impl Clone for PolicyARNType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more