Class: Aws::Types::ListHarvestJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListHarvestJobsRequest
- 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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
Instance Attribute Details
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
681 682 683 |
# File 'sig/types.rbs', line 681 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
682 683 684 |
# File 'sig/types.rbs', line 682 def channel_name @channel_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
685 686 687 |
# File 'sig/types.rbs', line 685 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
686 687 688 |
# File 'sig/types.rbs', line 686 def next_token @next_token end |
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
683 684 685 |
# File 'sig/types.rbs', line 683 def origin_endpoint_name @origin_endpoint_name end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
684 685 686 |
# File 'sig/types.rbs', line 684 def status @status end |