Class: Aws::Types::CreateHarvestJobRequest

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)


136
137
138
# File 'sig/types.rbs', line 136

def channel_group_name
  @channel_group_name
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def channel_name
  @channel_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def description
  @description
end

#destinationTypes::Destination

Returns the value of attribute destination.

Returns:



142
143
144
# File 'sig/types.rbs', line 142

def destination
  @destination
end

#harvest_job_name::String

Returns the value of attribute harvest_job_name.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def harvest_job_name
  @harvest_job_name
end

#harvested_manifestsTypes::HarvestedManifests

Returns the value of attribute harvested_manifests.



140
141
142
# File 'sig/types.rbs', line 140

def harvested_manifests
  @harvested_manifests
end

#origin_endpoint_name::String

Returns the value of attribute origin_endpoint_name.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def origin_endpoint_name
  @origin_endpoint_name
end

#schedule_configurationTypes::HarvesterScheduleConfiguration

Returns the value of attribute schedule_configuration.



141
142
143
# File 'sig/types.rbs', line 141

def schedule_configuration
  @schedule_configuration
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


145
146
147
# File 'sig/types.rbs', line 145

def tags
  @tags
end