Class: Aws::Types::ListInstanceGroupsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_groups::Array[Types::InstanceGroup]

Returns the value of attribute instance_groups.

Returns:



999
1000
1001
# File 'sig/types.rbs', line 999

def instance_groups
  @instance_groups
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def marker
  @marker
end