Class: Aws::CloudFront::Types::DistributionConfigWithTags

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#distribution_configTypes::DistributionConfig

A distribution configuration.



3795
3796
3797
3798
3799
3800
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3795

class DistributionConfigWithTags < Struct.new(
  :distribution_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsTypes::Tags

A complex type that contains zero or more Tag elements.

Returns:



3795
3796
3797
3798
3799
3800
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3795

class DistributionConfigWithTags < Struct.new(
  :distribution_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end