Class: Aws::CloudFront::Types::StreamingDistributionConfigWithTags
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::StreamingDistributionConfigWithTags
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#streaming_distribution_config ⇒ Types::StreamingDistributionConfig
A streaming distribution Configuration.
-
#tags ⇒ Types::Tags
A complex type that contains zero or more
Tag
elements.
Instance Attribute Details
#streaming_distribution_config ⇒ Types::StreamingDistributionConfig
A streaming distribution Configuration.
10636 10637 10638 10639 10640 10641 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10636 class StreamingDistributionConfigWithTags < Struct.new( :streaming_distribution_config, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Types::Tags
A complex type that contains zero or more Tag
elements.
10636 10637 10638 10639 10640 10641 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10636 class StreamingDistributionConfigWithTags < Struct.new( :streaming_distribution_config, :tags) SENSITIVE = [] include Aws::Structure end |