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")


2801
2802
2803
# File 'sig/types.rbs', line 2801

def dataset_type
  @dataset_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2803
2804
2805
# File 'sig/types.rbs', line 2803

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2802
2803
2804
# File 'sig/types.rbs', line 2802

def next_token
  @next_token
end

#source_type"KENDRA", "SITEWISE"

Returns the value of attribute source_type.

Returns:

  • ("KENDRA", "SITEWISE")


2799
2800
2801
# File 'sig/types.rbs', line 2799

def source_type
  @source_type
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


2800
2801
2802
# File 'sig/types.rbs', line 2800

def workspace_name
  @workspace_name
end