Class: Aws::MediaPackage::Types::CreateHarvestJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


455
456
457
458
459
460
461
462
463
464
465
466
467
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 455

class CreateHarvestJobResponse < Struct.new(
  :arn,
  :channel_id,
  :created_at,
  :end_time,
  :id,
  :origin_endpoint_id,
  :s3_destination,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#channel_idString

Returns:

  • (String)


455
456
457
458
459
460
461
462
463
464
465
466
467
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 455

class CreateHarvestJobResponse < Struct.new(
  :arn,
  :channel_id,
  :created_at,
  :end_time,
  :id,
  :origin_endpoint_id,
  :s3_destination,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_atString

Returns:

  • (String)


455
456
457
458
459
460
461
462
463
464
465
466
467
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 455

class CreateHarvestJobResponse < Struct.new(
  :arn,
  :channel_id,
  :created_at,
  :end_time,
  :id,
  :origin_endpoint_id,
  :s3_destination,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeString

Returns:

  • (String)


455
456
457
458
459
460
461
462
463
464
465
466
467
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 455

class CreateHarvestJobResponse < Struct.new(
  :arn,
  :channel_id,
  :created_at,
  :end_time,
  :id,
  :origin_endpoint_id,
  :s3_destination,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


455
456
457
458
459
460
461
462
463
464
465
466
467
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 455

class CreateHarvestJobResponse < Struct.new(
  :arn,
  :channel_id,
  :created_at,
  :end_time,
  :id,
  :origin_endpoint_id,
  :s3_destination,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#origin_endpoint_idString

Returns:

  • (String)


455
456
457
458
459
460
461
462
463
464
465
466
467
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 455

class CreateHarvestJobResponse < Struct.new(
  :arn,
  :channel_id,
  :created_at,
  :end_time,
  :id,
  :origin_endpoint_id,
  :s3_destination,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#s3_destinationTypes::S3Destination

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



455
456
457
458
459
460
461
462
463
464
465
466
467
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 455

class CreateHarvestJobResponse < Struct.new(
  :arn,
  :channel_id,
  :created_at,
  :end_time,
  :id,
  :origin_endpoint_id,
  :s3_destination,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeString

Returns:

  • (String)


455
456
457
458
459
460
461
462
463
464
465
466
467
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 455

class CreateHarvestJobResponse < Struct.new(
  :arn,
  :channel_id,
  :created_at,
  :end_time,
  :id,
  :origin_endpoint_id,
  :s3_destination,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Returns:

  • (String)


455
456
457
458
459
460
461
462
463
464
465
466
467
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 455

class CreateHarvestJobResponse < Struct.new(
  :arn,
  :channel_id,
  :created_at,
  :end_time,
  :id,
  :origin_endpoint_id,
  :s3_destination,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end