Class: Aws::MediaPackageVod::Types::PackagingGroup

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

Overview

A MediaPackage VOD PackagingGroup resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_asset_countInteger

The approximate asset count of the PackagingGroup.

Returns:

  • (Integer)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1450

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

#arnString

The ARN of the PackagingGroup.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1450

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

#authorizationTypes::Authorization

CDN Authorization credentials



1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1450

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

#created_atString

The time the PackagingGroup was created.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1450

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

#domain_nameString

The fully qualified domain name for Assets in the PackagingGroup.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1450

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

#egress_access_logsTypes::EgressAccessLogs

Configure egress access logging.



1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1450

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

#idString

The ID of the PackagingGroup.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1450

class PackagingGroup < Struct.new(
  :approximate_asset_count,
  :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>)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1450

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