Class: Aws::Types::CreateIdNamespaceAssociationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateIdNamespaceAssociationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id_mapping_config ⇒ Types::IdMappingConfig
Returns the value of attribute id_mapping_config.
-
#input_reference_config ⇒ Types::IdNamespaceAssociationInputReferenceConfig
Returns the value of attribute input_reference_config.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def description @description end |
#id_mapping_config ⇒ Types::IdMappingConfig
Returns the value of attribute id_mapping_config.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def id_mapping_config @id_mapping_config end |
#input_reference_config ⇒ Types::IdNamespaceAssociationInputReferenceConfig
Returns the value of attribute input_reference_config.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def input_reference_config @input_reference_config end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def @tags end |