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

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


772
773
774
# File 'sig/types.rbs', line 772

def application_id
  @application_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


773
774
775
# File 'sig/types.rbs', line 773

def max_results
  @max_results
end

#name_filter::String

Returns the value of attribute name_filter.

Returns:

  • (::String)


774
775
776
# File 'sig/types.rbs', line 774

def name_filter
  @name_filter
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def next_token
  @next_token
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def prefix
  @prefix
end