Class: Aws::Types::CreateHarvestJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHarvestJobRequest
- 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.
118 119 120 |
# File 'sig/types.rbs', line 118 def end_time @end_time end |
#id ⇒ ::String
Returns the value of attribute id.
119 120 121 |
# File 'sig/types.rbs', line 119 def id @id end |
#origin_endpoint_id ⇒ ::String
Returns the value of attribute origin_endpoint_id.
120 121 122 |
# File 'sig/types.rbs', line 120 def origin_endpoint_id @origin_endpoint_id end |
#s3_destination ⇒ Types::S3Destination
Returns the value of attribute s3_destination.
121 122 123 |
# File 'sig/types.rbs', line 121 def s3_destination @s3_destination end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
122 123 124 |
# File 'sig/types.rbs', line 122 def start_time @start_time end |