Class: Aws::AutoScaling::Types::AttachTrafficSourcesType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::AttachTrafficSourcesType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#traffic_sources ⇒ Array<Types::TrafficSourceIdentifier>
The unique identifiers of one or more traffic sources.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
321 322 323 324 325 326 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 321 class AttachTrafficSourcesType < Struct.new( :auto_scaling_group_name, :traffic_sources) SENSITIVE = [] include Aws::Structure end |
#traffic_sources ⇒ Array<Types::TrafficSourceIdentifier>
The unique identifiers of one or more traffic sources. You can specify up to 10 traffic sources.
321 322 323 324 325 326 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 321 class AttachTrafficSourcesType < Struct.new( :auto_scaling_group_name, :traffic_sources) SENSITIVE = [] include Aws::Structure end |