Class: Aws::CloudFront::Types::CreateDistributionWithTagsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The request to create a new distribution with tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_config_with_tagsTypes::DistributionConfigWithTags

The distribution’s configuration information.



1882
1883
1884
1885
1886
# File 'lib/aws-sdk-cloudfront/types.rb', line 1882

class CreateDistributionWithTagsRequest < Struct.new(
  :distribution_config_with_tags)
  SENSITIVE = []
  include Aws::Structure
end