Class: Aws::MediaPackage::Types::CreateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::CreateChannelResponse
- 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
382 383 384 385 386 387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 382 class CreateChannelResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
382 383 384 385 386 387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 382 class CreateChannelResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
382 383 384 385 386 387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 382 class CreateChannelResponse < 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.
382 383 384 385 386 387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 382 class CreateChannelResponse < 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.
382 383 384 385 386 387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 382 class CreateChannelResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
382 383 384 385 386 387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 382 class CreateChannelResponse < 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.
382 383 384 385 386 387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 382 class CreateChannelResponse < 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
382 383 384 385 386 387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 382 class CreateChannelResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |