Class: Aws::Types::UpdateIdNamespaceOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIdNamespaceOutput
- 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.
-
#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.
926 927 928 |
# File 'sig/types.rbs', line 926 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
921 922 923 |
# File 'sig/types.rbs', line 921 def description @description end |
#id_mapping_workflow_properties ⇒ ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
Returns the value of attribute id_mapping_workflow_properties.
923 924 925 |
# File 'sig/types.rbs', line 923 def id_mapping_workflow_properties @id_mapping_workflow_properties end |
#id_namespace_arn ⇒ ::String
Returns the value of attribute id_namespace_arn.
920 921 922 |
# File 'sig/types.rbs', line 920 def id_namespace_arn @id_namespace_arn end |
#id_namespace_name ⇒ ::String
Returns the value of attribute id_namespace_name.
919 920 921 |
# File 'sig/types.rbs', line 919 def id_namespace_name @id_namespace_name end |
#input_source_config ⇒ ::Array[Types::IdNamespaceInputSource]
Returns the value of attribute input_source_config.
922 923 924 |
# File 'sig/types.rbs', line 922 def input_source_config @input_source_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
925 926 927 |
# File 'sig/types.rbs', line 925 def role_arn @role_arn end |
#type ⇒ "SOURCE", "TARGET"
Returns the value of attribute type.
924 925 926 |
# File 'sig/types.rbs', line 924 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
927 928 929 |
# File 'sig/types.rbs', line 927 def updated_at @updated_at end |