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

#identity_id::String

Returns the value of attribute identity_id.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def identity_id
  @identity_id
end

#identity_pool_id::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def identity_pool_id
  @identity_pool_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


186
187
188
# File 'sig/types.rbs', line 186

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def next_token
  @next_token
end