Class: Aws::Types::CancelHarvestJobRequest

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)


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.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def channel_name
  @channel_name
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def origin_endpoint_name
  @origin_endpoint_name
end