Class: Aws::Types::CreateConfiguredAudienceModelAssociationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfiguredAudienceModelAssociationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_audience_model_arn ⇒ ::String
Returns the value of attribute configured_audience_model_arn.
-
#configured_audience_model_association_name ⇒ ::String
Returns the value of attribute configured_audience_model_association_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#manage_resource_policies ⇒ Boolean
Returns the value of attribute manage_resource_policies.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#configured_audience_model_arn ⇒ ::String
Returns the value of attribute configured_audience_model_arn.
995 996 997 |
# File 'sig/types.rbs', line 995 def configured_audience_model_arn @configured_audience_model_arn end |
#configured_audience_model_association_name ⇒ ::String
Returns the value of attribute configured_audience_model_association_name.
996 997 998 |
# File 'sig/types.rbs', line 996 def configured_audience_model_association_name @configured_audience_model_association_name end |
#description ⇒ ::String
Returns the value of attribute description.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def description @description end |
#manage_resource_policies ⇒ Boolean
Returns the value of attribute manage_resource_policies.
997 998 999 |
# File 'sig/types.rbs', line 997 def manage_resource_policies @manage_resource_policies end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
994 995 996 |
# File 'sig/types.rbs', line 994 def membership_identifier @membership_identifier end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
998 999 1000 |
# File 'sig/types.rbs', line 998 def @tags end |