Module: Aws::EntityResolution::Client::_GetSchemaMappingResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSchemaMappingOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #has_workflows ⇒ Boolean
- #mapped_input_fields ⇒ ::Array[Types::SchemaInputAttribute]
- #schema_arn ⇒ ::String
- #schema_name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
454 |
# File 'sig/client.rbs', line 454
def created_at: () -> ::Time
|
#description ⇒ ::String
452 |
# File 'sig/client.rbs', line 452
def description: () -> ::String
|
#has_workflows ⇒ Boolean
457 |
# File 'sig/client.rbs', line 457
def has_workflows: () -> bool
|
#mapped_input_fields ⇒ ::Array[Types::SchemaInputAttribute]
453 |
# File 'sig/client.rbs', line 453
def mapped_input_fields: () -> ::Array[Types::SchemaInputAttribute]
|
#schema_arn ⇒ ::String
451 |
# File 'sig/client.rbs', line 451
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
450 |
# File 'sig/client.rbs', line 450
def schema_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
456 |
# File 'sig/client.rbs', line 456
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
455 |
# File 'sig/client.rbs', line 455
def updated_at: () -> ::Time
|