Class: Aws::FinSpaceData::Types::ListDataViewsRequest

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

Overview

Request for a list data views.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_idString

The unique identifier of the Dataset for which to retrieve Dataviews.

Returns:

  • (String)


1814
1815
1816
1817
1818
1819
1820
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1814

class ListDataViewsRequest < Struct.new(
  :dataset_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results per page.

Returns:

  • (Integer)


1814
1815
1816
1817
1818
1819
1820
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1814

class ListDataViewsRequest < Struct.new(
  :dataset_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


1814
1815
1816
1817
1818
1819
1820
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1814

class ListDataViewsRequest < Struct.new(
  :dataset_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end