Class: Aws::MediaPackage::Types::IngressAccessLogs
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::IngressAccessLogs
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Configure ingress 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.
1525 1526 1527 1528 1529 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1525 class IngressAccessLogs < Struct.new( :log_group_name) SENSITIVE = [] include Aws::Structure end |