Class: Aws::CloudFront::Types::DeleteVpcOriginRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The VPC origin ID.

Returns:



4635
4636
4637
4638
4639
4640
# File 'lib/aws-sdk-cloudfront/types.rb', line 4635

class DeleteVpcOriginRequest < Struct.new(
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#if_matchString

The version identifier of the VPC origin to delete. This is the ETag value returned in the response to GetVpcOrigin.

Returns:



4635
4636
4637
4638
4639
4640
# File 'lib/aws-sdk-cloudfront/types.rb', line 4635

class DeleteVpcOriginRequest < Struct.new(
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end