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:

  • (String)


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_matchString

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

Returns:

  • (String)


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