Class: Aws::AutoScaling::Types::DetachTrafficSourcesType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2524
2525
2526
2527
2528
2529
# File 'lib/aws-sdk-autoscaling/types.rb', line 2524

class DetachTrafficSourcesType < 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:



2524
2525
2526
2527
2528
2529
# File 'lib/aws-sdk-autoscaling/types.rb', line 2524

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