Class: Aws::MediaPackageVod::Types::EgressAccessLogs

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediapackagevod/types.rb

Overview

Note:

When making an API call, you may pass EgressAccessLogs data as a hash:

{
  log_group_name: "__string",
}

Configure egress access logging.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_nameString

Customize the log group name.

Returns:

  • (String)


1182
1183
1184
1185
1186
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1182

class EgressAccessLogs < Struct.new(
  :log_group_name)
  SENSITIVE = []
  include Aws::Structure
end