Class: Aws::Types::AudienceGenerationJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::AudienceGenerationJobSummary
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#started_by ⇒ ::String
Returns the value of attribute started_by.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#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.
62 63 64 |
# File 'sig/types.rbs', line 62 def audience_generation_job_arn @audience_generation_job_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
67 68 69 |
# File 'sig/types.rbs', line 67 def collaboration_id @collaboration_id end |
#configured_audience_model_arn ⇒ ::String
Returns the value of attribute configured_audience_model_arn.
66 67 68 |
# File 'sig/types.rbs', line 66 def configured_audience_model_arn @configured_audience_model_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
60 61 62 |
# File 'sig/types.rbs', line 60 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
64 65 66 |
# File 'sig/types.rbs', line 64 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
63 64 65 |
# File 'sig/types.rbs', line 63 def name @name end |
#started_by ⇒ ::String
Returns the value of attribute started_by.
68 69 70 |
# File 'sig/types.rbs', line 68 def started_by @started_by end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
65 66 67 |
# File 'sig/types.rbs', line 65 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
61 62 63 |
# File 'sig/types.rbs', line 61 def update_time @update_time end |