Class: Aws::Types::GetConfiguredAudienceModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConfiguredAudienceModelResponse
- 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.
-
#configured_audience_model_arn ⇒ ::String
Returns the value of attribute configured_audience_model_arn.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#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.
-
#status ⇒ "ACTIVE"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#audience_model_arn ⇒ ::String
Returns the value of attribute audience_model_arn.
624 625 626 |
# File 'sig/types.rbs', line 624 def audience_model_arn @audience_model_arn end |
#audience_size_config ⇒ Types::AudienceSizeConfig
Returns the value of attribute audience_size_config.
630 631 632 |
# File 'sig/types.rbs', line 630 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.
632 633 634 |
# File 'sig/types.rbs', line 632 def child_resource_tag_on_create_policy @child_resource_tag_on_create_policy end |
#configured_audience_model_arn ⇒ ::String
Returns the value of attribute configured_audience_model_arn.
622 623 624 |
# File 'sig/types.rbs', line 622 def configured_audience_model_arn @configured_audience_model_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
620 621 622 |
# File 'sig/types.rbs', line 620 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
626 627 628 |
# File 'sig/types.rbs', line 626 def description @description end |
#min_matching_seed_size ⇒ ::Integer
Returns the value of attribute min_matching_seed_size.
629 630 631 |
# File 'sig/types.rbs', line 629 def min_matching_seed_size @min_matching_seed_size end |
#name ⇒ ::String
Returns the value of attribute name.
623 624 625 |
# File 'sig/types.rbs', line 623 def name @name end |
#output_config ⇒ Types::ConfiguredAudienceModelOutputConfig
Returns the value of attribute output_config.
625 626 627 |
# File 'sig/types.rbs', line 625 def output_config @output_config end |
#shared_audience_metrics ⇒ ::Array[("ALL" | "NONE")]
Returns the value of attribute shared_audience_metrics.
628 629 630 |
# File 'sig/types.rbs', line 628 def shared_audience_metrics @shared_audience_metrics end |
#status ⇒ "ACTIVE"
Returns the value of attribute status.
627 628 629 |
# File 'sig/types.rbs', line 627 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
631 632 633 |
# File 'sig/types.rbs', line 631 def @tags end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
621 622 623 |
# File 'sig/types.rbs', line 621 def update_time @update_time end |