Class: Aws::MediaPackage::Types::Channel

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

Overview

A Channel resource configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) assigned to the Channel.

Returns:

  • (String)


71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 71

class Channel < Struct.new(
  :arn,
  :created_at,
  :description,
  :egress_access_logs,
  :hls_ingest,
  :id,
  :ingress_access_logs,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atString

The date and time the Channel was created.

Returns:

  • (String)


71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 71

class Channel < Struct.new(
  :arn,
  :created_at,
  :description,
  :egress_access_logs,
  :hls_ingest,
  :id,
  :ingress_access_logs,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A short text description of the Channel.

Returns:

  • (String)


71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 71

class Channel < Struct.new(
  :arn,
  :created_at,
  :description,
  :egress_access_logs,
  :hls_ingest,
  :id,
  :ingress_access_logs,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#egress_access_logsTypes::EgressAccessLogs

Configure egress access logging.



71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 71

class Channel < Struct.new(
  :arn,
  :created_at,
  :description,
  :egress_access_logs,
  :hls_ingest,
  :id,
  :ingress_access_logs,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hls_ingestTypes::HlsIngest

An HTTP Live Streaming (HLS) ingest resource configuration.

Returns:



71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 71

class Channel < Struct.new(
  :arn,
  :created_at,
  :description,
  :egress_access_logs,
  :hls_ingest,
  :id,
  :ingress_access_logs,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the Channel.

Returns:

  • (String)


71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 71

class Channel < Struct.new(
  :arn,
  :created_at,
  :description,
  :egress_access_logs,
  :hls_ingest,
  :id,
  :ingress_access_logs,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_access_logsTypes::IngressAccessLogs

Configure ingress access logging.



71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 71

class Channel < Struct.new(
  :arn,
  :created_at,
  :description,
  :egress_access_logs,
  :hls_ingest,
  :id,
  :ingress_access_logs,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of tags associated with a resource

Returns:

  • (Hash<String,String>)


71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 71

class Channel < Struct.new(
  :arn,
  :created_at,
  :description,
  :egress_access_logs,
  :hls_ingest,
  :id,
  :ingress_access_logs,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end