Class: Aws::Types::PutConfiguredAudienceModelPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutConfiguredAudienceModelPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_audience_model_policy ⇒ ::String
Returns the value of attribute configured_audience_model_policy.
-
#policy_hash ⇒ ::String
Returns the value of attribute policy_hash.
Instance Attribute Details
#configured_audience_model_policy ⇒ ::String
Returns the value of attribute configured_audience_model_policy.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def configured_audience_model_policy @configured_audience_model_policy end |
#policy_hash ⇒ ::String
Returns the value of attribute policy_hash.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def policy_hash @policy_hash end |