Class: Aws::AutoScaling::Types::DescribeLoadBalancersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DescribeLoadBalancersRequest
- 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.
-
#max_records ⇒ Integer
The maximum number of items to return with this call.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
2017 2018 2019 2020 2021 2022 2023 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2017 class DescribeLoadBalancersRequest < Struct.new( :auto_scaling_group_name, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |
#max_records ⇒ Integer
The maximum number of items to return with this call. The default value is ‘100` and the maximum value is `100`.
2017 2018 2019 2020 2021 2022 2023 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2017 class DescribeLoadBalancersRequest < Struct.new( :auto_scaling_group_name, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
2017 2018 2019 2020 2021 2022 2023 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2017 class DescribeLoadBalancersRequest < Struct.new( :auto_scaling_group_name, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |