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.
16912 16913 16914 16915 16916 16917 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 16912 class UpdateVpcOriginResult < Struct.new( :vpc_origin, :etag) SENSITIVE = [] include Aws::Structure end |
#vpc_origin ⇒ Types::VpcOrigin
The VPC origin.
16912 16913 16914 16915 16916 16917 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 16912 class UpdateVpcOriginResult < Struct.new( :vpc_origin, :etag) SENSITIVE = [] include Aws::Structure end |