Class: Aws::CloudFront::Types::AssociateAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::AssociateAliasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
The alias (also known as a CNAME) to add to the target distribution.
-
#target_distribution_id ⇒ String
The ID of the distribution that you’re associating the alias with.
Instance Attribute Details
#alias ⇒ String
The alias (also known as a CNAME) to add to the target distribution.
224 225 226 227 228 229 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 224 class AssociateAliasRequest < Struct.new( :target_distribution_id, :alias) SENSITIVE = [] include Aws::Structure end |
#target_distribution_id ⇒ String
The ID of the distribution that you’re associating the alias with.
224 225 226 227 228 229 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 224 class AssociateAliasRequest < Struct.new( :target_distribution_id, :alias) SENSITIVE = [] include Aws::Structure end |