Class: Aws::Types::CreateIdNamespaceOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateIdNamespaceOutput
- 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.
96 97 98 |
# File 'sig/types.rbs', line 96 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
91 92 93 |
# File 'sig/types.rbs', line 91 def description @description end |
#id_mapping_workflow_properties ⇒ ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
Returns the value of attribute id_mapping_workflow_properties.
93 94 95 |
# File 'sig/types.rbs', line 93 def id_mapping_workflow_properties @id_mapping_workflow_properties end |
#id_namespace_arn ⇒ ::String
Returns the value of attribute id_namespace_arn.
90 91 92 |
# File 'sig/types.rbs', line 90 def id_namespace_arn @id_namespace_arn end |
#id_namespace_name ⇒ ::String
Returns the value of attribute id_namespace_name.
89 90 91 |
# File 'sig/types.rbs', line 89 def id_namespace_name @id_namespace_name end |
#input_source_config ⇒ ::Array[Types::IdNamespaceInputSource]
Returns the value of attribute input_source_config.
92 93 94 |
# File 'sig/types.rbs', line 92 def input_source_config @input_source_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
95 96 97 |
# File 'sig/types.rbs', line 95 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
98 99 100 |
# File 'sig/types.rbs', line 98 def @tags end |
#type ⇒ "SOURCE", "TARGET"
Returns the value of attribute type.
94 95 96 |
# File 'sig/types.rbs', line 94 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
97 98 99 |
# File 'sig/types.rbs', line 97 def updated_at @updated_at end |