Class: Aws::Types::CreateSchemaMappingInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSchemaMappingInput
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
128 129 130 |
# File 'sig/types.rbs', line 128 def description @description end |
#mapped_input_fields ⇒ ::Array[Types::SchemaInputAttribute]
Returns the value of attribute mapped_input_fields.
129 130 131 |
# File 'sig/types.rbs', line 129 def mapped_input_fields @mapped_input_fields end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
127 128 129 |
# File 'sig/types.rbs', line 127 def schema_name @schema_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
130 131 132 |
# File 'sig/types.rbs', line 130 def @tags end |