Class: Aws::Types::UpdateSchemaMappingInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSchemaMappingInput
- 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_name ⇒ ::String
Returns the value of attribute schema_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
955 956 957 |
# File 'sig/types.rbs', line 955 def description @description end |
#mapped_input_fields ⇒ ::Array[Types::SchemaInputAttribute]
Returns the value of attribute mapped_input_fields.
956 957 958 |
# File 'sig/types.rbs', line 956 def mapped_input_fields @mapped_input_fields end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
954 955 956 |
# File 'sig/types.rbs', line 954 def schema_name @schema_name end |