Class: Aws::Types::UpdateConfiguredAudienceModelAssociationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfiguredAudienceModelAssociationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_audience_model_association_identifier ⇒ ::String
Returns the value of attribute configured_audience_model_association_identifier.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#configured_audience_model_association_identifier ⇒ ::String
Returns the value of attribute configured_audience_model_association_identifier.
3236 3237 3238 |
# File 'sig/types.rbs', line 3236 def configured_audience_model_association_identifier @configured_audience_model_association_identifier end |
#description ⇒ ::String
Returns the value of attribute description.
3238 3239 3240 |
# File 'sig/types.rbs', line 3238 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3237 3238 3239 |
# File 'sig/types.rbs', line 3237 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
3239 3240 3241 |
# File 'sig/types.rbs', line 3239 def name @name end |