Struct rusoto_autoscaling::PutNotificationConfigurationType [] [src]

pub struct PutNotificationConfigurationType {
    pub auto_scaling_group_name: ResourceName,
    pub notification_types: AutoScalingNotificationTypes,
    pub topic_arn: ResourceName,
}

Contains the parameters for PutNotificationConfiguration.

Fields

The name of the Auto Scaling group.

The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

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

Trait Implementations

impl Default for PutNotificationConfigurationType
[src]

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

impl Debug for PutNotificationConfigurationType
[src]

Formats the value using the given formatter.

impl Clone for PutNotificationConfigurationType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more