Class: Aws::Types::CancelHarvestJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelHarvestJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#harvest_job_name ⇒ ::String
Returns the value of attribute harvest_job_name.
-
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
Instance Attribute Details
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
17 18 19 |
# File 'sig/types.rbs', line 17 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
18 19 20 |
# File 'sig/types.rbs', line 18 def channel_name @channel_name end |
#etag ⇒ ::String
Returns the value of attribute etag.
21 22 23 |
# File 'sig/types.rbs', line 21 def etag @etag end |
#harvest_job_name ⇒ ::String
Returns the value of attribute harvest_job_name.
20 21 22 |
# File 'sig/types.rbs', line 20 def harvest_job_name @harvest_job_name end |
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
19 20 21 |
# File 'sig/types.rbs', line 19 def origin_endpoint_name @origin_endpoint_name end |