Class: Aws::Types::ListHarvestJobsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("QUEUED", "IN_PROGRESS", "CANCELLED", "COMPLETED", "FAILED")


684
685
686
# File 'sig/types.rbs', line 684

def status
  @status
end