Class: Aws::Types::GetIdNamespaceAssociationInput
- Inherits:
-
Object
- Object
- Aws::Types::GetIdNamespaceAssociationInput
- 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.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def id_namespace_association_identifier @id_namespace_association_identifier end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def membership_identifier @membership_identifier end |