Class: Aws::Types::ParentDataSet
- Inherits:
-
Object
- Object
- Aws::Types::ParentDataSet
- 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.
-
#input_columns ⇒ ::Array[Types::InputColumn]
Returns the value of attribute input_columns.
Instance Attribute Details
#data_set_arn ⇒ ::String
Returns the value of attribute data_set_arn.
8558 8559 8560 |
# File 'sig/types.rbs', line 8558 def data_set_arn @data_set_arn end |
#input_columns ⇒ ::Array[Types::InputColumn]
Returns the value of attribute input_columns.
8559 8560 8561 |
# File 'sig/types.rbs', line 8559 def input_columns @input_columns end |