Class: Aws::AutoScaling::Types::AttachTrafficSourcesType

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


321
322
323
324
325
326
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 321

class AttachTrafficSourcesType < Struct.new(
  :auto_scaling_group_name,
  :traffic_sources)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_sourcesArray<Types::TrafficSourceIdentifier>

The unique identifiers of one or more traffic sources. You can specify up to 10 traffic sources.

Returns:



321
322
323
324
325
326
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 321

class AttachTrafficSourcesType < Struct.new(
  :auto_scaling_group_name,
  :traffic_sources)
  SENSITIVE = []
  include Aws::Structure
end