Class: Aws::QuickSight::Types::BigQueryParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_set_regionString

The storage location where you create a Google BigQuery data source.

Returns:

  • (String)


2708
2709
2710
2711
2712
2713
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2708

class BigQueryParameters < Struct.new(
  :project_id,
  :data_set_region)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

The Google Cloud Platform project ID where your datasource was created.

Returns:

  • (String)


2708
2709
2710
2711
2712
2713
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2708

class BigQueryParameters < Struct.new(
  :project_id,
  :data_set_region)
  SENSITIVE = []
  include Aws::Structure
end