Class: Aws::Types::ListDatasetsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::DatasetFilter

Returns the value of attribute filter.



1233
1234
1235
# File 'sig/types.rbs', line 1233

def filter
  @filter
end

#flywheel_arn::String

Returns the value of attribute flywheel_arn.

Returns:

  • (::String)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def flywheel_arn
  @flywheel_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def next_token
  @next_token
end