Class: Aws::Types::CreateConfiguredAudienceModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfiguredAudienceModelRequest
- 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.
-
#child_resource_tag_on_create_policy ⇒ "FROM_PARENT_RESOURCE", "NONE"
Returns the value of attribute child_resource_tag_on_create_policy.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#min_matching_seed_size ⇒ ::Integer
Returns the value of attribute min_matching_seed_size.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#audience_model_arn ⇒ ::String
Returns the value of attribute audience_model_arn.
289 290 291 |
# File 'sig/types.rbs', line 289 def audience_model_arn @audience_model_arn end |
#audience_size_config ⇒ Types::AudienceSizeConfig
Returns the value of attribute audience_size_config.
294 295 296 |
# File 'sig/types.rbs', line 294 def audience_size_config @audience_size_config end |
#child_resource_tag_on_create_policy ⇒ "FROM_PARENT_RESOURCE", "NONE"
Returns the value of attribute child_resource_tag_on_create_policy.
296 297 298 |
# File 'sig/types.rbs', line 296 def child_resource_tag_on_create_policy @child_resource_tag_on_create_policy end |
#description ⇒ ::String
Returns the value of attribute description.
291 292 293 |
# File 'sig/types.rbs', line 291 def description @description end |
#min_matching_seed_size ⇒ ::Integer
Returns the value of attribute min_matching_seed_size.
293 294 295 |
# File 'sig/types.rbs', line 293 def min_matching_seed_size @min_matching_seed_size end |
#name ⇒ ::String
Returns the value of attribute name.
288 289 290 |
# File 'sig/types.rbs', line 288 def name @name end |
#output_config ⇒ Types::ConfiguredAudienceModelOutputConfig
Returns the value of attribute output_config.
290 291 292 |
# File 'sig/types.rbs', line 290 def output_config @output_config end |
#shared_audience_metrics ⇒ ::Array[("ALL" | "NONE")]
Returns the value of attribute shared_audience_metrics.
292 293 294 |
# File 'sig/types.rbs', line 292 def shared_audience_metrics @shared_audience_metrics end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
295 296 297 |
# File 'sig/types.rbs', line 295 def @tags end |