Class: Aws::Types::GetAudienceGenerationJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAudienceGenerationJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audience_generation_job_arn ⇒ ::String
Returns the value of attribute audience_generation_job_arn.
-
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
-
#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.
-
#include_seed_in_output ⇒ Boolean
Returns the value of attribute include_seed_in_output.
-
#metrics ⇒ Types::AudienceQualityMetrics
Returns the value of attribute metrics.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#protected_query_identifier ⇒ ::String
Returns the value of attribute protected_query_identifier.
-
#seed_audience ⇒ Types::AudienceGenerationJobDataSource
Returns the value of attribute seed_audience.
-
#started_by ⇒ ::String
Returns the value of attribute started_by.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#audience_generation_job_arn ⇒ ::String
Returns the value of attribute audience_generation_job_arn.
486 487 488 |
# File 'sig/types.rbs', line 486 def audience_generation_job_arn @audience_generation_job_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
494 495 496 |
# File 'sig/types.rbs', line 494 def collaboration_id @collaboration_id end |
#configured_audience_model_arn ⇒ ::String
Returns the value of attribute configured_audience_model_arn.
491 492 493 |
# File 'sig/types.rbs', line 491 def configured_audience_model_arn @configured_audience_model_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
484 485 486 |
# File 'sig/types.rbs', line 484 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
488 489 490 |
# File 'sig/types.rbs', line 488 def description @description end |
#include_seed_in_output ⇒ Boolean
Returns the value of attribute include_seed_in_output.
493 494 495 |
# File 'sig/types.rbs', line 493 def include_seed_in_output @include_seed_in_output end |
#metrics ⇒ Types::AudienceQualityMetrics
Returns the value of attribute metrics.
495 496 497 |
# File 'sig/types.rbs', line 495 def metrics @metrics end |
#name ⇒ ::String
Returns the value of attribute name.
487 488 489 |
# File 'sig/types.rbs', line 487 def name @name end |
#protected_query_identifier ⇒ ::String
Returns the value of attribute protected_query_identifier.
498 499 500 |
# File 'sig/types.rbs', line 498 def protected_query_identifier @protected_query_identifier end |
#seed_audience ⇒ Types::AudienceGenerationJobDataSource
Returns the value of attribute seed_audience.
492 493 494 |
# File 'sig/types.rbs', line 492 def seed_audience @seed_audience end |
#started_by ⇒ ::String
Returns the value of attribute started_by.
496 497 498 |
# File 'sig/types.rbs', line 496 def started_by @started_by end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
489 490 491 |
# File 'sig/types.rbs', line 489 def status @status end |
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
490 491 492 |
# File 'sig/types.rbs', line 490 def status_details @status_details end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
497 498 499 |
# File 'sig/types.rbs', line 497 def @tags end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
485 486 487 |
# File 'sig/types.rbs', line 485 def update_time @update_time end |