Class: Aws::CloudFront::Types::UpdateVpcOriginRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateVpcOriginRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The VPC origin ID.
-
#if_match ⇒ String
The VPC origin to update, if a match occurs.
-
#vpc_origin_endpoint_config ⇒ Types::VpcOriginEndpointConfig
The VPC origin endpoint configuration.
Instance Attribute Details
#id ⇒ String
The VPC origin ID.
16924 16925 16926 16927 16928 16929 16930 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 16924 class UpdateVpcOriginRequest < Struct.new( :vpc_origin_endpoint_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The VPC origin to update, if a match occurs.
16924 16925 16926 16927 16928 16929 16930 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 16924 class UpdateVpcOriginRequest < Struct.new( :vpc_origin_endpoint_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#vpc_origin_endpoint_config ⇒ Types::VpcOriginEndpointConfig
The VPC origin endpoint configuration.
16924 16925 16926 16927 16928 16929 16930 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 16924 class UpdateVpcOriginRequest < Struct.new( :vpc_origin_endpoint_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |