Class: Aws::AutoScaling::Types::DescribeTrafficSourcesRequest

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)


2309
2310
2311
2312
2313
2314
2315
2316
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2309

class DescribeTrafficSourcesRequest < Struct.new(
  :auto_scaling_group_name,
  :traffic_source_type,
  :next_token,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

The maximum number of items to return with this call. The maximum value is 50.

Returns:

  • (Integer)


2309
2310
2311
2312
2313
2314
2315
2316
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2309

class DescribeTrafficSourcesRequest < Struct.new(
  :auto_scaling_group_name,
  :traffic_source_type,
  :next_token,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


2309
2310
2311
2312
2313
2314
2315
2316
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2309

class DescribeTrafficSourcesRequest < Struct.new(
  :auto_scaling_group_name,
  :traffic_source_type,
  :next_token,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_source_typeString

The traffic source type that you want to describe.

The following lists the valid values:

  • elb if the traffic source is a Classic Load Balancer.

  • elbv2 if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network Load Balancer.

  • vpc-lattice if the traffic source is VPC Lattice.

Returns:

  • (String)


2309
2310
2311
2312
2313
2314
2315
2316
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2309

class DescribeTrafficSourcesRequest < Struct.new(
  :auto_scaling_group_name,
  :traffic_source_type,
  :next_token,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end