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.
3406 3407 3408 |
# File 'sig/types.rbs', line 3406 def custom_instructions @custom_instructions end |
#description ⇒ Types::DataSetSemanticDescription
Returns the value of attribute description.
3405 3406 3407 |
# File 'sig/types.rbs', line 3405 def description @description end |