Class: Aws::Types::HarvestJob
- Inherits:
-
Object
- Object
- Aws::Types::HarvestJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination ⇒ Types::Destination
Returns the value of attribute destination.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#harvest_job_name ⇒ ::String
Returns the value of attribute harvest_job_name.
-
#harvested_manifests ⇒ Types::HarvestedManifests
Returns the value of attribute harvested_manifests.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
-
#schedule_configuration ⇒ Types::HarvesterScheduleConfiguration
Returns the value of attribute schedule_configuration.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
595 596 597 |
# File 'sig/types.rbs', line 595 def arn @arn end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
587 588 589 |
# File 'sig/types.rbs', line 587 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
588 589 590 |
# File 'sig/types.rbs', line 588 def channel_name @channel_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
596 597 598 |
# File 'sig/types.rbs', line 596 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
593 594 595 |
# File 'sig/types.rbs', line 593 def description @description end |
#destination ⇒ Types::Destination
Returns the value of attribute destination.
590 591 592 |
# File 'sig/types.rbs', line 590 def destination @destination end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
599 600 601 |
# File 'sig/types.rbs', line 599 def @error_message end |
#etag ⇒ ::String
Returns the value of attribute etag.
600 601 602 |
# File 'sig/types.rbs', line 600 def etag @etag end |
#harvest_job_name ⇒ ::String
Returns the value of attribute harvest_job_name.
591 592 593 |
# File 'sig/types.rbs', line 591 def harvest_job_name @harvest_job_name end |
#harvested_manifests ⇒ Types::HarvestedManifests
Returns the value of attribute harvested_manifests.
592 593 594 |
# File 'sig/types.rbs', line 592 def harvested_manifests @harvested_manifests end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
597 598 599 |
# File 'sig/types.rbs', line 597 def modified_at @modified_at end |
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
589 590 591 |
# File 'sig/types.rbs', line 589 def origin_endpoint_name @origin_endpoint_name end |
#schedule_configuration ⇒ Types::HarvesterScheduleConfiguration
Returns the value of attribute schedule_configuration.
594 595 596 |
# File 'sig/types.rbs', line 594 def schedule_configuration @schedule_configuration end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
598 599 600 |
# File 'sig/types.rbs', line 598 def status @status end |