Class: Aws::Types::GetIdNamespaceOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetIdNamespaceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id_mapping_workflow_properties ⇒ ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
Returns the value of attribute id_mapping_workflow_properties.
-
#id_namespace_arn ⇒ ::String
Returns the value of attribute id_namespace_arn.
-
#id_namespace_name ⇒ ::String
Returns the value of attribute id_namespace_name.
-
#input_source_config ⇒ ::Array[Types::IdNamespaceInputSource]
Returns the value of attribute input_source_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "SOURCE", "TARGET"
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
295 296 297 |
# File 'sig/types.rbs', line 295 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
290 291 292 |
# File 'sig/types.rbs', line 290 def description @description end |
#id_mapping_workflow_properties ⇒ ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
Returns the value of attribute id_mapping_workflow_properties.
292 293 294 |
# File 'sig/types.rbs', line 292 def id_mapping_workflow_properties @id_mapping_workflow_properties end |
#id_namespace_arn ⇒ ::String
Returns the value of attribute id_namespace_arn.
289 290 291 |
# File 'sig/types.rbs', line 289 def id_namespace_arn @id_namespace_arn end |
#id_namespace_name ⇒ ::String
Returns the value of attribute id_namespace_name.
288 289 290 |
# File 'sig/types.rbs', line 288 def id_namespace_name @id_namespace_name end |
#input_source_config ⇒ ::Array[Types::IdNamespaceInputSource]
Returns the value of attribute input_source_config.
291 292 293 |
# File 'sig/types.rbs', line 291 def input_source_config @input_source_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
294 295 296 |
# File 'sig/types.rbs', line 294 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
297 298 299 |
# File 'sig/types.rbs', line 297 def @tags end |
#type ⇒ "SOURCE", "TARGET"
Returns the value of attribute type.
293 294 295 |
# File 'sig/types.rbs', line 293 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
296 297 298 |
# File 'sig/types.rbs', line 296 def updated_at @updated_at end |