Struct aws_sdk_autoscaling::model::Tag
source · #[non_exhaustive]pub struct Tag { /* private fields */ }Expand description
Describes a tag for an Auto Scaling group.
Implementations§
source§impl Tag
impl Tag
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The name of the Auto Scaling group.
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The type of resource. The only supported value is auto-scaling-group.
sourcepub fn propagate_at_launch(&self) -> Option<bool>
pub fn propagate_at_launch(&self) -> Option<bool>
Determines whether the tag is added to new instances as they are launched in the group.