Class: Aws::Types::UpdateIdNamespaceInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIdNamespaceInput
- 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.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
911 912 913 |
# File 'sig/types.rbs', line 911 def description @description end |
#id_mapping_workflow_properties ⇒ ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
Returns the value of attribute id_mapping_workflow_properties.
913 914 915 |
# File 'sig/types.rbs', line 913 def id_mapping_workflow_properties @id_mapping_workflow_properties end |
#id_namespace_name ⇒ ::String
Returns the value of attribute id_namespace_name.
910 911 912 |
# File 'sig/types.rbs', line 910 def id_namespace_name @id_namespace_name end |
#input_source_config ⇒ ::Array[Types::IdNamespaceInputSource]
Returns the value of attribute input_source_config.
912 913 914 |
# File 'sig/types.rbs', line 912 def input_source_config @input_source_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
914 915 916 |
# File 'sig/types.rbs', line 914 def role_arn @role_arn end |