Class: Aws::Types::DataSetReference
- Inherits:
-
Object
- Object
- Aws::Types::DataSetReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_arn ⇒ ::String
Returns the value of attribute data_set_arn.
-
#data_set_placeholder ⇒ ::String
Returns the value of attribute data_set_placeholder.
Instance Attribute Details
#data_set_arn ⇒ ::String
Returns the value of attribute data_set_arn.
3377 3378 3379 |
# File 'sig/types.rbs', line 3377 def data_set_arn @data_set_arn end |
#data_set_placeholder ⇒ ::String
Returns the value of attribute data_set_placeholder.
3376 3377 3378 |
# File 'sig/types.rbs', line 3376 def data_set_placeholder @data_set_placeholder end |