Class: Aws::Types::ListDataSourcesResponse

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:



1772
1773
1774
# File 'sig/types.rbs', line 1772

def data_source_summaries
  @data_source_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1773
1774
1775
# File 'sig/types.rbs', line 1773

def next_token
  @next_token
end