Class: Aws::MediaPackageVod::Types::CreatePackagingGroupResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


541
542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 541

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

#authorizationTypes::Authorization

CDN Authorization credentials



541
542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 541

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

#created_atString

Returns:

  • (String)


541
542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 541

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

#domain_nameString

Returns:

  • (String)


541
542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 541

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

#egress_access_logsTypes::EgressAccessLogs

Configure egress access logging.



541
542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 541

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

#idString

Returns:

  • (String)


541
542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 541

class CreatePackagingGroupResponse < Struct.new(
  :arn,
  :authorization,
  :created_at,
  :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>)


541
542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 541

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