Class: Aws::Types::ListDatasetGroupsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_groups ⇒ ::Array[Types::DatasetGroupSummary]

Returns the value of attribute dataset_groups.

Returns:



1028
1029
1030
# File 'sig/types.rbs', line 1028

def dataset_groups
  @dataset_groups
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def next_token
  @next_token
end