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.



4102
4103
4104
4105
4106
4107
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4102

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:



4102
4103
4104
4105
4106
4107
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4102

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