Class: Aws::Types::SearchDataSourcesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_summaries::Array[Types::DataSourceSummary]

Returns the value of attribute data_source_summaries.

Returns:



9786
9787
9788
# File 'sig/types.rbs', line 9786

def data_source_summaries
  @data_source_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


9787
9788
9789
# File 'sig/types.rbs', line 9787

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


9789
9790
9791
# File 'sig/types.rbs', line 9789

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


9788
9789
9790
# File 'sig/types.rbs', line 9788

def status
  @status
end