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

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def next_token
  @next_token
end

#summary_items::Array[Types::DataSourceSummary]

Returns the value of attribute summary_items.

Returns:



1361
1362
1363
# File 'sig/types.rbs', line 1361

def summary_items
  @summary_items
end