Module: Aws::EntityResolution::Client::_CreateSchemaMappingResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSchemaMappingOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #mapped_input_fields ⇒ ::Array[Types::SchemaInputAttribute]
- #schema_arn ⇒ ::String
- #schema_name ⇒ ::String
Instance Method Details
#description ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def description: () -> ::String
|
#mapped_input_fields ⇒ ::Array[Types::SchemaInputAttribute]
221 |
# File 'sig/client.rbs', line 221
def mapped_input_fields: () -> ::Array[Types::SchemaInputAttribute]
|
#schema_arn ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
218 |
# File 'sig/client.rbs', line 218
def schema_name: () -> ::String
|