Class: Aws::MediaPackage::Types::Channel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::Channel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
A Channel resource configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) assigned to the Channel.
-
#created_at ⇒ String
The date and time the Channel was created.
-
#description ⇒ String
A short text description of the Channel.
-
#egress_access_logs ⇒ Types::EgressAccessLogs
Configure egress access logging.
-
#hls_ingest ⇒ Types::HlsIngest
An HTTP Live Streaming (HLS) ingest resource configuration.
-
#id ⇒ String
The ID of the Channel.
-
#ingress_access_logs ⇒ Types::IngressAccessLogs
Configure ingress access logging.
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) assigned to the Channel.
71 72 73 74 75 76 77 78 79 80 81 82 |
# File '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_at ⇒ String
The date and time the Channel was created.
71 72 73 74 75 76 77 78 79 80 81 82 |
# File '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 |
#description ⇒ String
A short text description of the Channel.
71 72 73 74 75 76 77 78 79 80 81 82 |
# File '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_logs ⇒ Types::EgressAccessLogs
Configure egress access logging.
71 72 73 74 75 76 77 78 79 80 81 82 |
# File '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_ingest ⇒ Types::HlsIngest
An HTTP Live Streaming (HLS) ingest resource configuration.
71 72 73 74 75 76 77 78 79 80 81 82 |
# File '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 |
#id ⇒ String
The ID of the Channel.
71 72 73 74 75 76 77 78 79 80 81 82 |
# File '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_logs ⇒ Types::IngressAccessLogs
Configure ingress access logging.
71 72 73 74 75 76 77 78 79 80 81 82 |
# File '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 |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource
71 72 73 74 75 76 77 78 79 80 81 82 |
# File '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 |