Class: Aws::CloudFront::Types::CreateVpcOriginResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateVpcOriginResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The VPC origin ETag.
-
#location ⇒ String
The VPC origin location.
-
#vpc_origin ⇒ Types::VpcOrigin
The VPC origin.
Instance Attribute Details
#etag ⇒ String
The VPC origin ETag.
2685 2686 2687 2688 2689 2690 2691 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2685 class CreateVpcOriginResult < Struct.new( :vpc_origin, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The VPC origin location.
2685 2686 2687 2688 2689 2690 2691 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2685 class CreateVpcOriginResult < Struct.new( :vpc_origin, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#vpc_origin ⇒ Types::VpcOrigin
The VPC origin.
2685 2686 2687 2688 2689 2690 2691 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2685 class CreateVpcOriginResult < Struct.new( :vpc_origin, :location, :etag) SENSITIVE = [] include Aws::Structure end |