Class: Aws::Types::GetDataViewRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDataViewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_view_id ⇒ ::String
Returns the value of attribute data_view_id.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
Instance Attribute Details
#data_view_id ⇒ ::String
Returns the value of attribute data_view_id.
287 288 289 |
# File 'sig/types.rbs', line 287 def data_view_id @data_view_id end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
288 289 290 |
# File 'sig/types.rbs', line 288 def dataset_id @dataset_id end |