Class: Aws::Types::UpdateConfiguredAudienceModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfiguredAudienceModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audience_model_arn ⇒ ::String
Returns the value of attribute audience_model_arn.
-
#audience_size_config ⇒ Types::AudienceSizeConfig
Returns the value of attribute audience_size_config.
-
#configured_audience_model_arn ⇒ ::String
Returns the value of attribute configured_audience_model_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#min_matching_seed_size ⇒ ::Integer
Returns the value of attribute min_matching_seed_size.
-
#output_config ⇒ Types::ConfiguredAudienceModelOutputConfig
Returns the value of attribute output_config.
-
#shared_audience_metrics ⇒ ::Array[("ALL" | "NONE")]
Returns the value of attribute shared_audience_metrics.
Instance Attribute Details
#audience_model_arn ⇒ ::String
Returns the value of attribute audience_model_arn.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def audience_model_arn @audience_model_arn end |
#audience_size_config ⇒ Types::AudienceSizeConfig
Returns the value of attribute audience_size_config.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def audience_size_config @audience_size_config end |
#configured_audience_model_arn ⇒ ::String
Returns the value of attribute configured_audience_model_arn.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def configured_audience_model_arn @configured_audience_model_arn end |
#description ⇒ ::String
Returns the value of attribute description.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def description @description end |
#min_matching_seed_size ⇒ ::Integer
Returns the value of attribute min_matching_seed_size.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def min_matching_seed_size @min_matching_seed_size end |
#output_config ⇒ Types::ConfiguredAudienceModelOutputConfig
Returns the value of attribute output_config.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def output_config @output_config end |
#shared_audience_metrics ⇒ ::Array[("ALL" | "NONE")]
Returns the value of attribute shared_audience_metrics.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def shared_audience_metrics @shared_audience_metrics end |