Class: Aws::AutoScaling::Types::Tag

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Describes a tag for an Auto Scaling group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The tag key.

Returns:

  • (String)


7214
7215
7216
7217
7218
7219
7220
7221
7222
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7214

class Tag < Struct.new(
  :resource_id,
  :resource_type,
  :key,
  :value,
  :propagate_at_launch)
  SENSITIVE = []
  include Aws::Structure
end

#propagate_at_launchBoolean

Determines whether the tag is added to new instances as they are launched in the group.

Returns:

  • (Boolean)


7214
7215
7216
7217
7218
7219
7220
7221
7222
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7214

class Tag < Struct.new(
  :resource_id,
  :resource_type,
  :key,
  :value,
  :propagate_at_launch)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The name of the Auto Scaling group.

Returns:

  • (String)


7214
7215
7216
7217
7218
7219
7220
7221
7222
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7214

class Tag < Struct.new(
  :resource_id,
  :resource_type,
  :key,
  :value,
  :propagate_at_launch)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource. The only supported value is auto-scaling-group.

Returns:

  • (String)


7214
7215
7216
7217
7218
7219
7220
7221
7222
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7214

class Tag < Struct.new(
  :resource_id,
  :resource_type,
  :key,
  :value,
  :propagate_at_launch)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The tag value.

Returns:

  • (String)


7214
7215
7216
7217
7218
7219
7220
7221
7222
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7214

class Tag < Struct.new(
  :resource_id,
  :resource_type,
  :key,
  :value,
  :propagate_at_launch)
  SENSITIVE = []
  include Aws::Structure
end