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.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def collaboration_identifier @collaboration_identifier end |
#configured_audience_model_association_identifier ⇒ ::String
Returns the value of attribute configured_audience_model_association_identifier.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def configured_audience_model_association_identifier @configured_audience_model_association_identifier end |