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_id ⇒ ::String
Returns the value of attribute channel_id.
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#end_time ⇒ ::String
Returns the value of attribute end_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#origin_endpoint_id ⇒ ::String
Returns the value of attribute origin_endpoint_id.
-
#s3_destination ⇒ Types::S3Destination
Returns the value of attribute s3_destination.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
298 299 300 |
# File 'sig/types.rbs', line 298 def arn @arn end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
299 300 301 |
# File 'sig/types.rbs', line 299 def channel_id @channel_id end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
300 301 302 |
# File 'sig/types.rbs', line 300 def created_at @created_at end |
#end_time ⇒ ::String
Returns the value of attribute end_time.
301 302 303 |
# File 'sig/types.rbs', line 301 def end_time @end_time end |
#id ⇒ ::String
Returns the value of attribute id.
302 303 304 |
# File 'sig/types.rbs', line 302 def id @id end |
#origin_endpoint_id ⇒ ::String
Returns the value of attribute origin_endpoint_id.
303 304 305 |
# File 'sig/types.rbs', line 303 def origin_endpoint_id @origin_endpoint_id end |
#s3_destination ⇒ Types::S3Destination
Returns the value of attribute s3_destination.
304 305 306 |
# File 'sig/types.rbs', line 304 def s3_destination @s3_destination end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
305 306 307 |
# File 'sig/types.rbs', line 305 def start_time @start_time end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
306 307 308 |
# File 'sig/types.rbs', line 306 def status @status end |