Class: Aws::MediaPackage::Types::EgressAccessLogs
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::EgressAccessLogs
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Configure egress access logging.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_name ⇒ String
Customize the log group name.
Instance Attribute Details
#log_group_name ⇒ String
Customize the log group name.
1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1012 class EgressAccessLogs < Struct.new( :log_group_name) SENSITIVE = [] include Aws::Structure end |