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_sources::Array[Types::DataSource]

Returns the value of attribute data_sources.

Returns:



989
990
991
# File 'sig/types.rbs', line 989

def data_sources
  @data_sources
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


990
991
992
# File 'sig/types.rbs', line 990

def next_token
  @next_token
end