Class: Aws::CloudFront::Types::ValidationTokenDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ValidationTokenDetail
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Contains details about the validation token.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain name.
-
#redirect_from ⇒ String
The domain to redirect from.
-
#redirect_to ⇒ String
The domain to redirect to.
Instance Attribute Details
#domain ⇒ String
The domain name.
16965 16966 16967 16968 16969 16970 16971 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 16965 class ValidationTokenDetail < Struct.new( :domain, :redirect_to, :redirect_from) SENSITIVE = [] include Aws::Structure end |
#redirect_from ⇒ String
The domain to redirect from.
16965 16966 16967 16968 16969 16970 16971 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 16965 class ValidationTokenDetail < Struct.new( :domain, :redirect_to, :redirect_from) SENSITIVE = [] include Aws::Structure end |
#redirect_to ⇒ String
The domain to redirect to.
16965 16966 16967 16968 16969 16970 16971 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 16965 class ValidationTokenDetail < Struct.new( :domain, :redirect_to, :redirect_from) SENSITIVE = [] include Aws::Structure end |