Class: Aws::CloudFront::Types::DistributionConfigWithTags
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DistributionConfigWithTags
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
A distribution Configuration and a list of tags to be associated with the distribution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distribution_config ⇒ Types::DistributionConfig
A distribution configuration.
-
#tags ⇒ Types::Tags
A complex type that contains zero or more
Tag
elements.
Instance Attribute Details
#distribution_config ⇒ Types::DistributionConfig
A distribution configuration.
3801 3802 3803 3804 3805 3806 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3801 class DistributionConfigWithTags < Struct.new( :distribution_config, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Types::Tags
A complex type that contains zero or more Tag
elements.
3801 3802 3803 3804 3805 3806 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3801 class DistributionConfigWithTags < Struct.new( :distribution_config, :tags) SENSITIVE = [] include Aws::Structure end |