Class: Aws::MediaPackageVod::Types::PackagingGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::PackagingGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
A MediaPackage VOD PackagingGroup resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_asset_count ⇒ Integer
The approximate asset count of the PackagingGroup.
-
#arn ⇒ String
The ARN of the PackagingGroup.
-
#authorization ⇒ Types::Authorization
CDN Authorization credentials.
-
#created_at ⇒ String
The time the PackagingGroup was created.
-
#domain_name ⇒ String
The fully qualified domain name for Assets in the PackagingGroup.
-
#egress_access_logs ⇒ Types::EgressAccessLogs
Configure egress access logging.
-
#id ⇒ String
The ID of the PackagingGroup.
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#approximate_asset_count ⇒ Integer
The approximate asset count of the PackagingGroup.
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 |
# File '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 |
#arn ⇒ String
The ARN of the PackagingGroup.
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 |
# File '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 |
#authorization ⇒ Types::Authorization
CDN Authorization credentials
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 |
# File '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_at ⇒ String
The time the PackagingGroup was created.
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 |
# File '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_name ⇒ String
The fully qualified domain name for Assets in the PackagingGroup.
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 |
# File '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_logs ⇒ Types::EgressAccessLogs
Configure egress access logging.
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 |
# File '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 |
#id ⇒ String
The ID of the PackagingGroup.
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 |
# File '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 |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 |
# File '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 |