Class: Aws::Types::DescribeTargetGroupsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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