Module: Aws::EntityResolution::Client::_UpdateIdNamespaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateIdNamespaceOutput]
- 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
- #type ⇒ "SOURCE", "TARGET"
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
671 |
# File 'sig/client.rbs', line 671
def created_at: () -> ::Time
|
#description ⇒ ::String
666 |
# File 'sig/client.rbs', line 666
def description: () -> ::String
|
#id_mapping_workflow_properties ⇒ ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
668 |
# File 'sig/client.rbs', line 668
def id_mapping_workflow_properties: () -> ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
|
#id_namespace_arn ⇒ ::String
665 |
# File 'sig/client.rbs', line 665
def id_namespace_arn: () -> ::String
|
#id_namespace_name ⇒ ::String
664 |
# File 'sig/client.rbs', line 664
def id_namespace_name: () -> ::String
|
#input_source_config ⇒ ::Array[Types::IdNamespaceInputSource]
667 |
# File 'sig/client.rbs', line 667
def input_source_config: () -> ::Array[Types::IdNamespaceInputSource]
|
#role_arn ⇒ ::String
670 |
# File 'sig/client.rbs', line 670
def role_arn: () -> ::String
|
#type ⇒ "SOURCE", "TARGET"
669 |
# File 'sig/client.rbs', line 669
def type: () -> ("SOURCE" | "TARGET")
|
#updated_at ⇒ ::Time
672 |
# File 'sig/client.rbs', line 672
def updated_at: () -> ::Time
|