Class: Aws::Types::GetCollaborationConfiguredAudienceModelAssociationInput
- Inherits:
-
Object
- Object
- Aws::Types::GetCollaborationConfiguredAudienceModelAssociationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#configured_audience_model_association_identifier ⇒ ::String
Returns the value of attribute configured_audience_model_association_identifier.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def collaboration_identifier @collaboration_identifier end |
#configured_audience_model_association_identifier ⇒ ::String
Returns the value of attribute configured_audience_model_association_identifier.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def configured_audience_model_association_identifier @configured_audience_model_association_identifier end |