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_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.
127 128 129 |
# File 'sig/types.rbs', line 127 def arn @arn end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
128 129 130 |
# File 'sig/types.rbs', line 128 def channel_id @channel_id end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
129 130 131 |
# File 'sig/types.rbs', line 129 def created_at @created_at end |
#end_time ⇒ ::String
Returns the value of attribute end_time.
130 131 132 |
# File 'sig/types.rbs', line 130 def end_time @end_time end |
#id ⇒ ::String
Returns the value of attribute id.
131 132 133 |
# File 'sig/types.rbs', line 131 def id @id end |
#origin_endpoint_id ⇒ ::String
Returns the value of attribute origin_endpoint_id.
132 133 134 |
# File 'sig/types.rbs', line 132 def origin_endpoint_id @origin_endpoint_id end |
#s3_destination ⇒ Types::S3Destination
Returns the value of attribute s3_destination.
133 134 135 |
# File 'sig/types.rbs', line 133 def s3_destination @s3_destination end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
134 135 136 |
# File 'sig/types.rbs', line 134 def start_time @start_time end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
135 136 137 |
# File 'sig/types.rbs', line 135 def status @status end |