Class: Aws::Types::CreateHarvestJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateHarvestJobResponse
- 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.
158 159 160 |
# File 'sig/types.rbs', line 158 def arn @arn end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
150 151 152 |
# File 'sig/types.rbs', line 150 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
151 152 153 |
# File 'sig/types.rbs', line 151 def channel_name @channel_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
159 160 161 |
# File 'sig/types.rbs', line 159 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
156 157 158 |
# File 'sig/types.rbs', line 156 def description @description end |
#destination ⇒ Types::Destination
Returns the value of attribute destination.
153 154 155 |
# File 'sig/types.rbs', line 153 def destination @destination end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
162 163 164 |
# File 'sig/types.rbs', line 162 def @error_message end |
#etag ⇒ ::String
Returns the value of attribute etag.
163 164 165 |
# File 'sig/types.rbs', line 163 def etag @etag end |
#harvest_job_name ⇒ ::String
Returns the value of attribute harvest_job_name.
154 155 156 |
# File 'sig/types.rbs', line 154 def harvest_job_name @harvest_job_name end |
#harvested_manifests ⇒ Types::HarvestedManifests
Returns the value of attribute harvested_manifests.
155 156 157 |
# File 'sig/types.rbs', line 155 def harvested_manifests @harvested_manifests end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
160 161 162 |
# File 'sig/types.rbs', line 160 def modified_at @modified_at end |
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
152 153 154 |
# File 'sig/types.rbs', line 152 def origin_endpoint_name @origin_endpoint_name end |
#schedule_configuration ⇒ Types::HarvesterScheduleConfiguration
Returns the value of attribute schedule_configuration.
157 158 159 |
# File 'sig/types.rbs', line 157 def schedule_configuration @schedule_configuration end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
161 162 163 |
# File 'sig/types.rbs', line 161 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
164 165 166 |
# File 'sig/types.rbs', line 164 def @tags end |