Module: Aws::EntityResolution::Client::_GetIdNamespaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIdNamespaceOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #id_mapping_workflow_properties ⇒ ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
- #id_namespace_arn ⇒ ::String
- #id_namespace_name ⇒ ::String
- #input_source_config ⇒ ::Array[Types::IdNamespaceInputSource]
- #role_arn ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #type ⇒ "SOURCE", "TARGET"
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
353 |
# File 'sig/client.rbs', line 353
def created_at: () -> ::Time
|
#description ⇒ ::String
348 |
# File 'sig/client.rbs', line 348
def description: () -> ::String
|
#id_mapping_workflow_properties ⇒ ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
350 |
# File 'sig/client.rbs', line 350
def id_mapping_workflow_properties: () -> ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
|
#id_namespace_arn ⇒ ::String
347 |
# File 'sig/client.rbs', line 347
def id_namespace_arn: () -> ::String
|
#id_namespace_name ⇒ ::String
346 |
# File 'sig/client.rbs', line 346
def id_namespace_name: () -> ::String
|
#input_source_config ⇒ ::Array[Types::IdNamespaceInputSource]
349 |
# File 'sig/client.rbs', line 349
def input_source_config: () -> ::Array[Types::IdNamespaceInputSource]
|
#role_arn ⇒ ::String
352 |
# File 'sig/client.rbs', line 352
def role_arn: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
355 |
# File 'sig/client.rbs', line 355
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "SOURCE", "TARGET"
351 |
# File 'sig/client.rbs', line 351
def type: () -> ("SOURCE" | "TARGET")
|
#updated_at ⇒ ::Time
354 |
# File 'sig/client.rbs', line 354
def updated_at: () -> ::Time
|