Class: Aws::Types::IdNamespaceSummary
- Inherits:
-
Object
- Object
- Aws::Types::IdNamespaceSummary
- 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::IdNamespaceIdMappingWorkflowMetadata]
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.
-
#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.
494 495 496 |
# File 'sig/types.rbs', line 494 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
491 492 493 |
# File 'sig/types.rbs', line 491 def description @description end |
#id_mapping_workflow_properties ⇒ ::Array[Types::IdNamespaceIdMappingWorkflowMetadata]
Returns the value of attribute id_mapping_workflow_properties.
492 493 494 |
# File 'sig/types.rbs', line 492 def id_mapping_workflow_properties @id_mapping_workflow_properties end |
#id_namespace_arn ⇒ ::String
Returns the value of attribute id_namespace_arn.
490 491 492 |
# File 'sig/types.rbs', line 490 def id_namespace_arn @id_namespace_arn end |
#id_namespace_name ⇒ ::String
Returns the value of attribute id_namespace_name.
489 490 491 |
# File 'sig/types.rbs', line 489 def id_namespace_name @id_namespace_name end |
#type ⇒ "SOURCE", "TARGET"
Returns the value of attribute type.
493 494 495 |
# File 'sig/types.rbs', line 493 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
495 496 497 |
# File 'sig/types.rbs', line 495 def updated_at @updated_at end |