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.
3476 3477 3478 3479 3480 3481 3482 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3476 class CreateVpcOriginResult < Struct.new( :vpc_origin, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The VPC origin location.
3476 3477 3478 3479 3480 3481 3482 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3476 class CreateVpcOriginResult < Struct.new( :vpc_origin, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#vpc_origin ⇒ Types::VpcOrigin
The VPC origin.
3476 3477 3478 3479 3480 3481 3482 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3476 class CreateVpcOriginResult < Struct.new( :vpc_origin, :location, :etag) SENSITIVE = [] include Aws::Structure end |