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.
8909 8910 8911 |
# File 'sig/types.rbs', line 8909 def data_set_arn @data_set_arn end |
#input_columns ⇒ ::Array[Types::InputColumn]
Returns the value of attribute input_columns.
8910 8911 8912 |
# File 'sig/types.rbs', line 8910 def input_columns @input_columns end |