Class: Aws::MediaPackage::Types::DescribeChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::DescribeChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
- #created_at ⇒ String
- #description ⇒ String
-
#egress_access_logs ⇒ Types::EgressAccessLogs
Configure egress access logging.
-
#hls_ingest ⇒ Types::HlsIngest
An HTTP Live Streaming (HLS) ingest resource configuration.
- #id ⇒ String
-
#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
842 843 844 845 846 847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 842 class DescribeChannelResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
842 843 844 845 846 847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 842 class DescribeChannelResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
842 843 844 845 846 847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 842 class DescribeChannelResponse < 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.
842 843 844 845 846 847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 842 class DescribeChannelResponse < 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.
842 843 844 845 846 847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 842 class DescribeChannelResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
842 843 844 845 846 847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 842 class DescribeChannelResponse < 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.
842 843 844 845 846 847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 842 class DescribeChannelResponse < 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
842 843 844 845 846 847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 842 class DescribeChannelResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |