Class: Aws::Types::CreateHarvestJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHarvestJobRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination ⇒ Types::Destination
Returns the value of attribute destination.
-
#harvest_job_name ⇒ ::String
Returns the value of attribute harvest_job_name.
-
#harvested_manifests ⇒ Types::HarvestedManifests
Returns the value of attribute harvested_manifests.
-
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
-
#schedule_configuration ⇒ Types::HarvesterScheduleConfiguration
Returns the value of attribute schedule_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
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.
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.
143 144 145 |
# File 'sig/types.rbs', line 143 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
139 140 141 |
# File 'sig/types.rbs', line 139 def description @description end |
#destination ⇒ Types::Destination
Returns the value of attribute destination.
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.
144 145 146 |
# File 'sig/types.rbs', line 144 def harvest_job_name @harvest_job_name end |
#harvested_manifests ⇒ Types::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.
138 139 140 |
# File 'sig/types.rbs', line 138 def origin_endpoint_name @origin_endpoint_name end |
#schedule_configuration ⇒ Types::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.
145 146 147 |
# File 'sig/types.rbs', line 145 def @tags end |