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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



3688
3689
3690
3691
3692
3693
# File 'lib/aws-sdk-cloudfront/types.rb', line 3688

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:



3688
3689
3690
3691
3692
3693
# File 'lib/aws-sdk-cloudfront/types.rb', line 3688

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