Class: Aws::CloudFront::Types::Aliases
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::Aliases
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Note:
When making an API call, you may pass Aliases data as a hash:
{
quantity: 1, # required
items: ["string"],
}
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<String>
A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.
-
#quantity ⇒ Integer
The number of CNAME aliases, if any, that you want to associate with this distribution.