Class: Aws::CloudFront::Types::Aliases

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

Overview

A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<String>

A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

Returns:

  • (Array<String>)


154
155
156
157
158
159
# File 'lib/aws-sdk-cloudfront/types.rb', line 154

class Aliases < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The number of CNAME aliases, if any, that you want to associate with this distribution.

Returns:

  • (Integer)


154
155
156
157
158
159
# File 'lib/aws-sdk-cloudfront/types.rb', line 154

class Aliases < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end