Class: Aws::Types::GetHarvestJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetHarvestJobRequest
- 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.
-
#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.
476 477 478 |
# File 'sig/types.rbs', line 476 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
477 478 479 |
# File 'sig/types.rbs', line 477 def channel_name @channel_name end |
#harvest_job_name ⇒ ::String
Returns the value of attribute harvest_job_name.
479 480 481 |
# File 'sig/types.rbs', line 479 def harvest_job_name @harvest_job_name end |
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
478 479 480 |
# File 'sig/types.rbs', line 478 def origin_endpoint_name @origin_endpoint_name end |