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