Class: Aws::MediaPackageVod::Types::ConfigureLogsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


368
369
370
371
372
373
374
375
376
377
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 368

class ConfigureLogsResponse < Struct.new(
  :arn,
  :authorization,
  :domain_name,
  :egress_access_logs,
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#authorizationTypes::Authorization

CDN Authorization credentials



368
369
370
371
372
373
374
375
376
377
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 368

class ConfigureLogsResponse < Struct.new(
  :arn,
  :authorization,
  :domain_name,
  :egress_access_logs,
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

Returns:

  • (String)


368
369
370
371
372
373
374
375
376
377
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 368

class ConfigureLogsResponse < Struct.new(
  :arn,
  :authorization,
  :domain_name,
  :egress_access_logs,
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#egress_access_logsTypes::EgressAccessLogs

Configure egress access logging.



368
369
370
371
372
373
374
375
376
377
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 368

class ConfigureLogsResponse < Struct.new(
  :arn,
  :authorization,
  :domain_name,
  :egress_access_logs,
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


368
369
370
371
372
373
374
375
376
377
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 368

class ConfigureLogsResponse < Struct.new(
  :arn,
  :authorization,
  :domain_name,
  :egress_access_logs,
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of tags associated with a resource

Returns:

  • (Hash<String,String>)


368
369
370
371
372
373
374
375
376
377
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 368

class ConfigureLogsResponse < Struct.new(
  :arn,
  :authorization,
  :domain_name,
  :egress_access_logs,
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end