Class: Aws::Types::UpdateIdNamespaceAssociationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIdNamespaceAssociationInput
- 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.
-
#id_namespace_association_identifier ⇒ ::String
Returns the value of attribute id_namespace_association_identifier.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3319 3320 3321 |
# File 'sig/types.rbs', line 3319 def description @description end |
#id_mapping_config ⇒ Types::IdMappingConfig
Returns the value of attribute id_mapping_config.
3320 3321 3322 |
# File 'sig/types.rbs', line 3320 def id_mapping_config @id_mapping_config end |
#id_namespace_association_identifier ⇒ ::String
Returns the value of attribute id_namespace_association_identifier.
3316 3317 3318 |
# File 'sig/types.rbs', line 3316 def id_namespace_association_identifier @id_namespace_association_identifier end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3317 3318 3319 |
# File 'sig/types.rbs', line 3317 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
3318 3319 3320 |
# File 'sig/types.rbs', line 3318 def name @name end |