Class: Aws::Types::DescribeHarvestJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHarvestJobResponse
- 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.
243 244 245 |
# File 'sig/types.rbs', line 243 def arn @arn end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
244 245 246 |
# File 'sig/types.rbs', line 244 def channel_id @channel_id end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
245 246 247 |
# File 'sig/types.rbs', line 245 def created_at @created_at end |
#end_time ⇒ ::String
Returns the value of attribute end_time.
246 247 248 |
# File 'sig/types.rbs', line 246 def end_time @end_time end |
#id ⇒ ::String
Returns the value of attribute id.
247 248 249 |
# File 'sig/types.rbs', line 247 def id @id end |
#origin_endpoint_id ⇒ ::String
Returns the value of attribute origin_endpoint_id.
248 249 250 |
# File 'sig/types.rbs', line 248 def origin_endpoint_id @origin_endpoint_id end |
#s3_destination ⇒ Types::S3Destination
Returns the value of attribute s3_destination.
249 250 251 |
# File 'sig/types.rbs', line 249 def s3_destination @s3_destination end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
250 251 252 |
# File 'sig/types.rbs', line 250 def start_time @start_time end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
251 252 253 |
# File 'sig/types.rbs', line 251 def status @status end |