Class: Aws::MediaPackageVod::Types::UpdatePackagingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::UpdatePackagingGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #approximate_asset_count ⇒ Integer
- #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
#approximate_asset_count ⇒ Integer
1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1711 class UpdatePackagingGroupResponse < Struct.new( :approximate_asset_count, :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1711 class UpdatePackagingGroupResponse < 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
1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1711 class UpdatePackagingGroupResponse < Struct.new( :approximate_asset_count, :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1711 class UpdatePackagingGroupResponse < Struct.new( :approximate_asset_count, :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1711 class UpdatePackagingGroupResponse < 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.
1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1711 class UpdatePackagingGroupResponse < Struct.new( :approximate_asset_count, :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1711 class UpdatePackagingGroupResponse < 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
1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1711 class UpdatePackagingGroupResponse < Struct.new( :approximate_asset_count, :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |