Class: Aws::MediaPackage::Types::ConfigureLogsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::ConfigureLogsResponse
- 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
319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 319 class ConfigureLogsResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 319 class ConfigureLogsResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 319 class ConfigureLogsResponse < 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.
319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 319 class ConfigureLogsResponse < 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.
319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 319 class ConfigureLogsResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 319 class ConfigureLogsResponse < 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.
319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 319 class ConfigureLogsResponse < 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
319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 319 class ConfigureLogsResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |