Class: Aws::Types::ListDatasetsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


192
193
194
# File 'sig/types.rbs', line 192

def count
  @count
end

#datasets::Array[Types::Dataset]

Returns the value of attribute datasets.

Returns:



191
192
193
# File 'sig/types.rbs', line 191

def datasets
  @datasets
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def next_token
  @next_token
end