Class: Aws::MediaPackageVod::Types::CreatePackagingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::CreatePackagingGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
-
#authorization ⇒ Types::Authorization
CDN Authorization credentials.
- #created_at ⇒ String
- #domain_name ⇒ String
-
#egress_access_logs ⇒ Types::EgressAccessLogs
Configure egress access logging.
- #id ⇒ String
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#arn ⇒ String
541 542 543 544 545 546 547 548 549 550 551 |
# File '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 |
#authorization ⇒ Types::Authorization
CDN Authorization credentials
541 542 543 544 545 546 547 548 549 550 551 |
# File '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_at ⇒ String
541 542 543 544 545 546 547 548 549 550 551 |
# File '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_name ⇒ String
541 542 543 544 545 546 547 548 549 550 551 |
# File '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_logs ⇒ Types::EgressAccessLogs
Configure egress access logging.
541 542 543 544 545 546 547 548 549 550 551 |
# File '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 |
#id ⇒ String
541 542 543 544 545 546 547 548 549 550 551 |
# File '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 |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource
541 542 543 544 545 546 547 548 549 550 551 |
# File '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 |