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.



3799
3800
3801
3802
3803
3804
# File 'lib/aws-sdk-cloudfront/types.rb', line 3799

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:



3799
3800
3801
3802
3803
3804
# File 'lib/aws-sdk-cloudfront/types.rb', line 3799

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