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 VPC origin to delete, if a match occurs.
Instance Attribute Details
#id ⇒ String
The VPC origin ID.
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_match ⇒ String
The VPC origin to delete, if a match occurs.
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 |