Class: Aws::Types::DeleteIdNamespaceAssociationInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIdNamespaceAssociationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id_namespace_association_identifier ⇒ ::String
Returns the value of attribute id_namespace_association_identifier.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
Instance Attribute Details
#id_namespace_association_identifier ⇒ ::String
Returns the value of attribute id_namespace_association_identifier.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def id_namespace_association_identifier @id_namespace_association_identifier end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def membership_identifier @membership_identifier end |