Class: Aws::Types::ListConnectionGroupsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_groups::Array[Types::ConnectionGroupSummary]

Returns the value of attribute connection_groups.

Returns:



2307
2308
2309
# File 'sig/types.rbs', line 2307

def connection_groups
  @connection_groups
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


2306
2307
2308
# File 'sig/types.rbs', line 2306

def next_marker
  @next_marker
end