Class: Aws::QuickSight::Types::BigQueryParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BigQueryParameters
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The parameters that are required to connect to a Google BigQuery data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_set_region ⇒ String
The storage location where you create a Google BigQuery data source.
-
#project_id ⇒ String
The Google Cloud Platform project ID where your datasource was created.
Instance Attribute Details
#data_set_region ⇒ String
The storage location where you create a Google BigQuery data source.
3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3056 class BigQueryParameters < Struct.new( :project_id, :data_set_region) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The Google Cloud Platform project ID where your datasource was created.
3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3056 class BigQueryParameters < Struct.new( :project_id, :data_set_region) SENSITIVE = [] include Aws::Structure end |