Class: Aws::Types::CreateIdNamespaceInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateIdNamespaceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_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.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
79 80 81 |
# File 'sig/types.rbs', line 79 def description @description end |
#id_mapping_workflow_properties ⇒ ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
Returns the value of attribute id_mapping_workflow_properties.
81 82 83 |
# File 'sig/types.rbs', line 81 def id_mapping_workflow_properties @id_mapping_workflow_properties end |
#id_namespace_name ⇒ ::String
Returns the value of attribute id_namespace_name.
78 79 80 |
# File 'sig/types.rbs', line 78 def id_namespace_name @id_namespace_name end |
#input_source_config ⇒ ::Array[Types::IdNamespaceInputSource]
Returns the value of attribute input_source_config.
80 81 82 |
# File 'sig/types.rbs', line 80 def input_source_config @input_source_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
83 84 85 |
# File 'sig/types.rbs', line 83 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
84 85 86 |
# File 'sig/types.rbs', line 84 def @tags end |
#type ⇒ "SOURCE", "TARGET"
Returns the value of attribute type.
82 83 84 |
# File 'sig/types.rbs', line 82 def type @type end |