Module: Aws::EntityResolution::Client::_UpdateSchemaMappingResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateSchemaMappingOutput]
- 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
727 |
# File 'sig/client.rbs', line 727
def description: () -> ::String
|
#mapped_input_fields ⇒ ::Array[Types::SchemaInputAttribute]
728 |
# File 'sig/client.rbs', line 728
def mapped_input_fields: () -> ::Array[Types::SchemaInputAttribute]
|
#schema_arn ⇒ ::String
726 |
# File 'sig/client.rbs', line 726
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
725 |
# File 'sig/client.rbs', line 725
def schema_name: () -> ::String
|