Class: Aws::Types::ListDataSourcesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def index_id
  @index_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def next_token
  @next_token
end