Class: Aws::Types::DataSetSemanticMetadata
- Inherits:
-
Object
- Object
- Aws::Types::DataSetSemanticMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_instructions ⇒ ::Array[Types::CustomInstruction]
Returns the value of attribute custom_instructions.
-
#description ⇒ Types::DataSetSemanticDescription
Returns the value of attribute description.
Instance Attribute Details
#custom_instructions ⇒ ::Array[Types::CustomInstruction]
Returns the value of attribute custom_instructions.
3275 3276 3277 |
# File 'sig/types.rbs', line 3275 def custom_instructions @custom_instructions end |
#description ⇒ Types::DataSetSemanticDescription
Returns the value of attribute description.
3274 3275 3276 |
# File 'sig/types.rbs', line 3274 def description @description end |