Class: Aws::Types::DescribeMetadataModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMetadataModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#metadata_model_name ⇒ ::String
Returns the value of attribute metadata_model_name.
-
#metadata_model_type ⇒ ::String
Returns the value of attribute metadata_model_type.
-
#target_metadata_models ⇒ ::Array[Types::MetadataModelReference]
Returns the value of attribute target_metadata_models.
Instance Attribute Details
#definition ⇒ ::String
Returns the value of attribute definition.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def definition @definition end |
#metadata_model_name ⇒ ::String
Returns the value of attribute metadata_model_name.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def @metadata_model_name end |
#metadata_model_type ⇒ ::String
Returns the value of attribute metadata_model_type.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def @metadata_model_type end |
#target_metadata_models ⇒ ::Array[Types::MetadataModelReference]
Returns the value of attribute target_metadata_models.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def @target_metadata_models end |