Class: Aws::CloudFront::Types::DeleteVpcOriginRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteVpcOriginRequest
- Includes:
- Structure
- Defined in:
- 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 version identifier of the VPC origin to delete.
Instance Attribute Details
#id ⇒ String
The VPC origin ID.
4260 4261 4262 4263 4264 4265 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4260 class DeleteVpcOriginRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The version identifier of the VPC origin to delete. This is the ‘ETag` value returned in the response to GetVpcOrigin.
4260 4261 4262 4263 4264 4265 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4260 class DeleteVpcOriginRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |