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.
3246 3247 3248 |
# File 'sig/types.rbs', line 3246 def data_set_arn @data_set_arn end |
#data_set_placeholder ⇒ ::String
Returns the value of attribute data_set_placeholder.
3245 3246 3247 |
# File 'sig/types.rbs', line 3245 def data_set_placeholder @data_set_placeholder end |