Class: Aws::FinSpaceData::Types::ListDataViewsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_viewsArray<Types::DataViewSummary>

A list of Dataviews.

Returns:



1832
1833
1834
1835
1836
1837
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1832

class ListDataViewsResponse < Struct.new(
  :next_token,
  :data_views)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


1832
1833
1834
1835
1836
1837
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1832

class ListDataViewsResponse < Struct.new(
  :next_token,
  :data_views)
  SENSITIVE = []
  include Aws::Structure
end