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:



7469
7470
7471
# File 'sig/types.rbs', line 7469

def data_set_summaries
  @data_set_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7470
7471
7472
# File 'sig/types.rbs', line 7470

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7471
7472
7473
# File 'sig/types.rbs', line 7471

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


7472
7473
7474
# File 'sig/types.rbs', line 7472

def status
  @status
end