Class: Aws::CloudFront::Types::UpdateVpcOriginRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


13646
13647
13648
13649
13650
13651
13652
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13646

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

#if_matchString

The VPC origin to update, if a match occurs.

Returns:

  • (String)


13646
13647
13648
13649
13650
13651
13652
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13646

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

#vpc_origin_endpoint_configTypes::VpcOriginEndpointConfig

The VPC origin endpoint configuration.



13646
13647
13648
13649
13650
13651
13652
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13646

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