Class: Aws::MediaPackageVod::Types::ConfigureLogsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::ConfigureLogsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
-
#authorization ⇒ Types::Authorization
CDN Authorization credentials.
- #created_at ⇒ String
- #domain_name ⇒ String
-
#egress_access_logs ⇒ Types::EgressAccessLogs
Configure egress access logging.
- #id ⇒ String
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#arn ⇒ String
311 312 313 314 315 316 317 318 319 320 321 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 311 class ConfigureLogsResponse < Struct.new( :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#authorization ⇒ Types::Authorization
CDN Authorization credentials
311 312 313 314 315 316 317 318 319 320 321 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 311 class ConfigureLogsResponse < Struct.new( :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
311 312 313 314 315 316 317 318 319 320 321 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 311 class ConfigureLogsResponse < Struct.new( :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
311 312 313 314 315 316 317 318 319 320 321 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 311 class ConfigureLogsResponse < Struct.new( :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#egress_access_logs ⇒ Types::EgressAccessLogs
Configure egress access logging.
311 312 313 314 315 316 317 318 319 320 321 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 311 class ConfigureLogsResponse < Struct.new( :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
311 312 313 314 315 316 317 318 319 320 321 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 311 class ConfigureLogsResponse < Struct.new( :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource
311 312 313 314 315 316 317 318 319 320 321 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 311 class ConfigureLogsResponse < Struct.new( :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |