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

#dataset_type"SESSION", ...

Returns the value of attribute dataset_type.

Returns:

  • ("SESSION", "CURATED", "EXTERNAL")


2811
2812
2813
# File 'sig/types.rbs', line 2811

def dataset_type
  @dataset_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2813
2814
2815
# File 'sig/types.rbs', line 2813

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2812
2813
2814
# File 'sig/types.rbs', line 2812

def next_token
  @next_token
end

#source_type"KENDRA", "SITEWISE"

Returns the value of attribute source_type.

Returns:

  • ("KENDRA", "SITEWISE")


2809
2810
2811
# File 'sig/types.rbs', line 2809

def source_type
  @source_type
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


2810
2811
2812
# File 'sig/types.rbs', line 2810

def workspace_name
  @workspace_name
end