Struct rusoto_autoscaling::DeleteNotificationConfigurationType [] [src]

pub struct DeleteNotificationConfigurationType {
    pub auto_scaling_group_name: String,
    pub topic_arn: String,
}

Contains the parameters for DeleteNotificationConfiguration.

Fields

The name of the Auto Scaling group.

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

Trait Implementations

impl Default for DeleteNotificationConfigurationType
[src]

[src]

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

impl Debug for DeleteNotificationConfigurationType
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteNotificationConfigurationType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more