Class: Aws::MediaPackageVod::Types::DescribePackagingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::DescribePackagingGroupResponse
- Defined in:
- gems/aws-sdk-mediapackagevod/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
880 881 882 883 884 885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 880 class DescribePackagingGroupResponse < Struct.new( :approximate_asset_count, :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
880 881 882 883 884 885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 880 class DescribePackagingGroupResponse < 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
880 881 882 883 884 885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 880 class DescribePackagingGroupResponse < Struct.new( :approximate_asset_count, :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
880 881 882 883 884 885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 880 class DescribePackagingGroupResponse < Struct.new( :approximate_asset_count, :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
880 881 882 883 884 885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 880 class DescribePackagingGroupResponse < 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.
880 881 882 883 884 885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 880 class DescribePackagingGroupResponse < Struct.new( :approximate_asset_count, :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
880 881 882 883 884 885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 880 class DescribePackagingGroupResponse < 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
880 881 882 883 884 885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 880 class DescribePackagingGroupResponse < Struct.new( :approximate_asset_count, :arn, :authorization, :created_at, :domain_name, :egress_access_logs, :id, :tags) SENSITIVE = [] include Aws::Structure end |