Class: Aws::Types::DescribeTargetGroupsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTargetGroupsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#target_groups ⇒ ::Array[Types::TargetGroup]
Returns the value of attribute target_groups.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
447 448 449 |
# File 'sig/types.rbs', line 447 def next_marker @next_marker end |
#target_groups ⇒ ::Array[Types::TargetGroup]
Returns the value of attribute target_groups.
446 447 448 |
# File 'sig/types.rbs', line 446 def target_groups @target_groups end |