You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaPackage::Types::CreateHarvestJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateHarvestJobRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  end_time: "__string", # required
  id: "__string", # required
  origin_endpoint_id: "__string", # required
  s3_destination: { # required
    bucket_name: "__string", # required
    manifest_key: "__string", # required
    role_arn: "__string", # required
  },
  start_time: "__string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeString

Returns:

  • (String)

#idString

Returns:

  • (String)

#origin_endpoint_idString

Returns:

  • (String)

#s3_destinationTypes::S3Destination

Configuration parameters for where in an S3 bucket to place the harvested content

Returns:

  • (Types::S3Destination)

    Configuration parameters for where in an S3 bucket to place the harvested content.

#start_timeString

Returns:

  • (String)