Class: Aws::MediaPackage::Types::DescribeHarvestJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::DescribeHarvestJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
- #channel_id ⇒ String
- #created_at ⇒ String
- #end_time ⇒ String
- #id ⇒ String
- #origin_endpoint_id ⇒ String
-
#s3_destination ⇒ Types::S3Destination
Configuration parameters for where in an S3 bucket to place the harvested content.
- #start_time ⇒ String
- #status ⇒ String
Instance Attribute Details
#arn ⇒ String
897 898 899 900 901 902 903 904 905 906 907 908 909 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 897 class DescribeHarvestJobResponse < Struct.new( :arn, :channel_id, :created_at, :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time, :status) SENSITIVE = [] include Aws::Structure end |
#channel_id ⇒ String
897 898 899 900 901 902 903 904 905 906 907 908 909 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 897 class DescribeHarvestJobResponse < Struct.new( :arn, :channel_id, :created_at, :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time, :status) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
897 898 899 900 901 902 903 904 905 906 907 908 909 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 897 class DescribeHarvestJobResponse < Struct.new( :arn, :channel_id, :created_at, :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time, :status) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ String
897 898 899 900 901 902 903 904 905 906 907 908 909 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 897 class DescribeHarvestJobResponse < Struct.new( :arn, :channel_id, :created_at, :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
897 898 899 900 901 902 903 904 905 906 907 908 909 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 897 class DescribeHarvestJobResponse < 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_id ⇒ String
897 898 899 900 901 902 903 904 905 906 907 908 909 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 897 class DescribeHarvestJobResponse < Struct.new( :arn, :channel_id, :created_at, :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time, :status) SENSITIVE = [] include Aws::Structure end |
#s3_destination ⇒ Types::S3Destination
Configuration parameters for where in an S3 bucket to place the harvested content
897 898 899 900 901 902 903 904 905 906 907 908 909 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 897 class DescribeHarvestJobResponse < Struct.new( :arn, :channel_id, :created_at, :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time, :status) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
897 898 899 900 901 902 903 904 905 906 907 908 909 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 897 class DescribeHarvestJobResponse < Struct.new( :arn, :channel_id, :created_at, :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
897 898 899 900 901 902 903 904 905 906 907 908 909 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 897 class DescribeHarvestJobResponse < Struct.new( :arn, :channel_id, :created_at, :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time, :status) SENSITIVE = [] include Aws::Structure end |