Class: Aws::Types::SearchDataSetsResponse

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:



9770
9771
9772
# File 'sig/types.rbs', line 9770

def data_set_summaries
  @data_set_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


9771
9772
9773
# File 'sig/types.rbs', line 9771

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


9773
9774
9775
# File 'sig/types.rbs', line 9773

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


9772
9773
9774
# File 'sig/types.rbs', line 9772

def status
  @status
end