Class: Aws::Types::GetCollaborationIdNamespaceAssociationInput
- Inherits:
-
Object
- Object
- Aws::Types::GetCollaborationIdNamespaceAssociationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#id_namespace_association_identifier ⇒ ::String
Returns the value of attribute id_namespace_association_identifier.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def collaboration_identifier @collaboration_identifier end |
#id_namespace_association_identifier ⇒ ::String
Returns the value of attribute id_namespace_association_identifier.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def id_namespace_association_identifier @id_namespace_association_identifier end |