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.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def description @description end |
#id_mapping_config ⇒ Types::IdMappingConfig
Returns the value of attribute id_mapping_config.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def id_mapping_config @id_mapping_config end |
#input_reference_config ⇒ Types::IdNamespaceAssociationInputReferenceConfig
Returns the value of attribute input_reference_config.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def input_reference_config @input_reference_config end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def @tags end |