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.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def data_set_region @data_set_region end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def project_id @project_id end |