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.



4098
4099
4100
4101
4102
4103
# File 'lib/aws-sdk-cloudfront/types.rb', line 4098

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:



4098
4099
4100
4101
4102
4103
# File 'lib/aws-sdk-cloudfront/types.rb', line 4098

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