Class: Aws::Types::ListDataViewsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_views::Array[Types::DataViewSummary]

Returns the value of attribute data_views.

Returns:



427
428
429
# File 'sig/types.rbs', line 427

def data_views
  @data_views
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def next_token
  @next_token
end