Class: Aws::Types::DescribeLoadBalancerTargetGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLoadBalancerTargetGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#load_balancer_target_groups ⇒ ::Array[Types::LoadBalancerTargetGroupState]
Returns the value of attribute load_balancer_target_groups.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#load_balancer_target_groups ⇒ ::Array[Types::LoadBalancerTargetGroupState]
Returns the value of attribute load_balancer_target_groups.
480 481 482 |
# File 'sig/types.rbs', line 480 def load_balancer_target_groups @load_balancer_target_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
481 482 483 |
# File 'sig/types.rbs', line 481 def next_token @next_token end |