Class: Aws::Types::BigQueryParameters
- Inherits:
-
Object
- Object
- Aws::Types::BigQueryParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_region ⇒ ::String
Returns the value of attribute data_set_region.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
Instance Attribute Details
#data_set_region ⇒ ::String
Returns the value of attribute data_set_region.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def data_set_region @data_set_region end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def project_id @project_id end |