Class: Aws::Types::GetHarvestJobRequest

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def origin_endpoint_name
  @origin_endpoint_name
end