Class: Aws::Types::CreateSchemaMappingOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSchemaMappingOutput
- 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.
137 138 139 |
# File 'sig/types.rbs', line 137 def description @description end |
#mapped_input_fields ⇒ ::Array[Types::SchemaInputAttribute]
Returns the value of attribute mapped_input_fields.
138 139 140 |
# File 'sig/types.rbs', line 138 def mapped_input_fields @mapped_input_fields end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
136 137 138 |
# File 'sig/types.rbs', line 136 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
135 136 137 |
# File 'sig/types.rbs', line 135 def schema_name @schema_name end |