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.
3514 3515 3516 3517 3518 3519 3520 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3514 class CreateVpcOriginResult < Struct.new( :vpc_origin, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The VPC origin location.
3514 3515 3516 3517 3518 3519 3520 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3514 class CreateVpcOriginResult < Struct.new( :vpc_origin, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#vpc_origin ⇒ Types::VpcOrigin
The VPC origin.
3514 3515 3516 3517 3518 3519 3520 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3514 class CreateVpcOriginResult < Struct.new( :vpc_origin, :location, :etag) SENSITIVE = [] include Aws::Structure end |