Class: Aws::Types::ListCollectionGroupsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collection_group_summaries ⇒ ::Array[Types::CollectionGroupSummary]

Returns the value of attribute collection_group_summaries.

Returns:



647
648
649
# File 'sig/types.rbs', line 647

def collection_group_summaries
  @collection_group_summaries
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def next_token
  @next_token
end