Module: Aws::EntityResolution::Client::_CreateIdNamespaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateIdNamespaceOutput]
- 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
159 |
# File 'sig/client.rbs', line 159
def created_at: () -> ::Time
|
#description ⇒ ::String
154 |
# File 'sig/client.rbs', line 154
def description: () -> ::String
|
#id_mapping_workflow_properties ⇒ ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
156 |
# File 'sig/client.rbs', line 156
def id_mapping_workflow_properties: () -> ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
|
#id_namespace_arn ⇒ ::String
153 |
# File 'sig/client.rbs', line 153
def id_namespace_arn: () -> ::String
|
#id_namespace_name ⇒ ::String
152 |
# File 'sig/client.rbs', line 152
def id_namespace_name: () -> ::String
|
#input_source_config ⇒ ::Array[Types::IdNamespaceInputSource]
155 |
# File 'sig/client.rbs', line 155
def input_source_config: () -> ::Array[Types::IdNamespaceInputSource]
|
#role_arn ⇒ ::String
158 |
# File 'sig/client.rbs', line 158
def role_arn: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
161 |
# File 'sig/client.rbs', line 161
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "SOURCE", "TARGET"
157 |
# File 'sig/client.rbs', line 157
def type: () -> ("SOURCE" | "TARGET")
|
#updated_at ⇒ ::Time
160 |
# File 'sig/client.rbs', line 160
def updated_at: () -> ::Time
|