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)


3623
3624
3625
3626
3627
3628
# File 'lib/aws-sdk-cloudfront/types.rb', line 3623

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

#if_matchString

The VPC origin to delete, if a match occurs.

Returns:

  • (String)


3623
3624
3625
3626
3627
3628
# File 'lib/aws-sdk-cloudfront/types.rb', line 3623

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