Class: Aws::MediaPackageVod::Types::UpdatePackagingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::UpdatePackagingGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization ⇒ Types::Authorization
CDN Authorization credentials.
- #id ⇒ String
Instance Attribute Details
#authorization ⇒ Types::Authorization
CDN Authorization credentials
1675 1676 1677 1678 1679 1680 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1675 class UpdatePackagingGroupRequest < Struct.new( :authorization, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
1675 1676 1677 1678 1679 1680 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1675 class UpdatePackagingGroupRequest < Struct.new( :authorization, :id) SENSITIVE = [] include Aws::Structure end |