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.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def id_namespace_association_identifier @id_namespace_association_identifier end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def membership_identifier @membership_identifier end |