Class: Aws::MediaPackageVod::Types::EgressAccessLogs
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::EgressAccessLogs
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/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.
901 902 903 904 905 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 901 class EgressAccessLogs < Struct.new( :log_group_name) SENSITIVE = [] include Aws::Structure end |