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 standard distribution.
-
#target_distribution_id ⇒ String
The ID of the standard 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 standard distribution.
382 383 384 385 386 387 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 382 class AssociateAliasRequest < Struct.new( :target_distribution_id, :alias) SENSITIVE = [] include Aws::Structure end |
#target_distribution_id ⇒ String
The ID of the standard distribution that you’re associating the alias with.
382 383 384 385 386 387 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 382 class AssociateAliasRequest < Struct.new( :target_distribution_id, :alias) SENSITIVE = [] include Aws::Structure end |