Class: Aws::Types::UpdateSchemaMappingOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSchemaMappingOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#mapped_input_fields ⇒ ::Array[Types::SchemaInputAttribute]
Returns the value of attribute mapped_input_fields.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
963 964 965 |
# File 'sig/types.rbs', line 963 def description @description end |
#mapped_input_fields ⇒ ::Array[Types::SchemaInputAttribute]
Returns the value of attribute mapped_input_fields.
964 965 966 |
# File 'sig/types.rbs', line 964 def mapped_input_fields @mapped_input_fields end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
962 963 964 |
# File 'sig/types.rbs', line 962 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
961 962 963 |
# File 'sig/types.rbs', line 961 def schema_name @schema_name end |