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.
3263 3264 3265 |
# File 'sig/types.rbs', line 3263 def configured_audience_model_association_identifier @configured_audience_model_association_identifier end |
#description ⇒ ::String
Returns the value of attribute description.
3265 3266 3267 |
# File 'sig/types.rbs', line 3265 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3264 3265 3266 |
# File 'sig/types.rbs', line 3264 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
3266 3267 3268 |
# File 'sig/types.rbs', line 3266 def name @name end |