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.
976 977 978 |
# File 'sig/types.rbs', line 976 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.
977 978 979 |
# File 'sig/types.rbs', line 977 def configured_audience_model_association_name @configured_audience_model_association_name end |
#description ⇒ ::String
Returns the value of attribute description.
980 981 982 |
# File 'sig/types.rbs', line 980 def description @description end |
#manage_resource_policies ⇒ Boolean
Returns the value of attribute manage_resource_policies.
978 979 980 |
# File 'sig/types.rbs', line 978 def manage_resource_policies @manage_resource_policies end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
975 976 977 |
# File 'sig/types.rbs', line 975 def membership_identifier @membership_identifier end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
979 980 981 |
# File 'sig/types.rbs', line 979 def @tags end |