Class: Aws::Types::AudienceExportJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::AudienceExportJobSummary
- 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.
-
#audience_size ⇒ Types::AudienceSize
Returns the value of attribute audience_size.
-
#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.
-
#output_location ⇒ ::String
Returns the value of attribute output_location.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
-
#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.
42 43 44 |
# File 'sig/types.rbs', line 42 def audience_generation_job_arn @audience_generation_job_arn end |
#audience_size ⇒ Types::AudienceSize
Returns the value of attribute audience_size.
43 44 45 |
# File 'sig/types.rbs', line 43 def audience_size @audience_size end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
39 40 41 |
# File 'sig/types.rbs', line 39 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
44 45 46 |
# File 'sig/types.rbs', line 44 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
41 42 43 |
# File 'sig/types.rbs', line 41 def name @name end |
#output_location ⇒ ::String
Returns the value of attribute output_location.
47 48 49 |
# File 'sig/types.rbs', line 47 def output_location @output_location end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
45 46 47 |
# File 'sig/types.rbs', line 45 def status @status end |
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
46 47 48 |
# File 'sig/types.rbs', line 46 def status_details @status_details end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
40 41 42 |
# File 'sig/types.rbs', line 40 def update_time @update_time end |