Class: Aws::Types::ListDataSetsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_summaries::Array[Types::DataSetSummary]

Returns the value of attribute data_set_summaries.

Returns:



7780
7781
7782
# File 'sig/types.rbs', line 7780

def data_set_summaries
  @data_set_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7781
7782
7783
# File 'sig/types.rbs', line 7781

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7782
7783
7784
# File 'sig/types.rbs', line 7782

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


7783
7784
7785
# File 'sig/types.rbs', line 7783

def status
  @status
end