Class: Aws::Types::HarvestJobCreateParameters
- Inherits:
-
Object
- Object
- Aws::Types::HarvestJobCreateParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#end_time ⇒ ::String
Returns the value of attribute end_time.
311 312 313 |
# File 'sig/types.rbs', line 311 def end_time @end_time end |
#id ⇒ ::String
Returns the value of attribute id.
312 313 314 |
# File 'sig/types.rbs', line 312 def id @id end |
#origin_endpoint_id ⇒ ::String
Returns the value of attribute origin_endpoint_id.
313 314 315 |
# File 'sig/types.rbs', line 313 def origin_endpoint_id @origin_endpoint_id end |
#s3_destination ⇒ Types::S3Destination
Returns the value of attribute s3_destination.
314 315 316 |
# File 'sig/types.rbs', line 314 def s3_destination @s3_destination end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
315 316 317 |
# File 'sig/types.rbs', line 315 def start_time @start_time end |