Class: Aws::Types::GetHarvestJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetHarvestJobResponse
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
492 493 494 |
# File 'sig/types.rbs', line 492 def arn @arn end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
484 485 486 |
# File 'sig/types.rbs', line 484 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
485 486 487 |
# File 'sig/types.rbs', line 485 def channel_name @channel_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
493 494 495 |
# File 'sig/types.rbs', line 493 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
490 491 492 |
# File 'sig/types.rbs', line 490 def description @description end |
#destination ⇒ Types::Destination
Returns the value of attribute destination.
487 488 489 |
# File 'sig/types.rbs', line 487 def destination @destination end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
496 497 498 |
# File 'sig/types.rbs', line 496 def @error_message end |
#etag ⇒ ::String
Returns the value of attribute etag.
497 498 499 |
# File 'sig/types.rbs', line 497 def etag @etag end |
#harvest_job_name ⇒ ::String
Returns the value of attribute harvest_job_name.
488 489 490 |
# File 'sig/types.rbs', line 488 def harvest_job_name @harvest_job_name end |
#harvested_manifests ⇒ Types::HarvestedManifests
Returns the value of attribute harvested_manifests.
489 490 491 |
# File 'sig/types.rbs', line 489 def harvested_manifests @harvested_manifests end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
494 495 496 |
# File 'sig/types.rbs', line 494 def modified_at @modified_at end |
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
486 487 488 |
# File 'sig/types.rbs', line 486 def origin_endpoint_name @origin_endpoint_name end |
#schedule_configuration ⇒ Types::HarvesterScheduleConfiguration
Returns the value of attribute schedule_configuration.
491 492 493 |
# File 'sig/types.rbs', line 491 def schedule_configuration @schedule_configuration end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
495 496 497 |
# File 'sig/types.rbs', line 495 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
498 499 500 |
# File 'sig/types.rbs', line 498 def @tags end |