Class: Aws::CloudFront::Types::UpdateVpcOriginResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateVpcOriginResult
- 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.
-
#vpc_origin ⇒ Types::VpcOrigin
The VPC origin.
Instance Attribute Details
#etag ⇒ String
The VPC origin ETag.
13645 13646 13647 13648 13649 13650 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13645 class UpdateVpcOriginResult < Struct.new( :vpc_origin, :etag) SENSITIVE = [] include Aws::Structure end |
#vpc_origin ⇒ Types::VpcOrigin
The VPC origin.
13645 13646 13647 13648 13649 13650 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13645 class UpdateVpcOriginResult < Struct.new( :vpc_origin, :etag) SENSITIVE = [] include Aws::Structure end |