Class: Aws::CloudFront::Types::CreateVpcOriginRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateVpcOriginRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Types::Tags
A complex type that contains zero or more
Tag
elements. -
#vpc_origin_endpoint_config ⇒ Types::VpcOriginEndpointConfig
The VPC origin endpoint configuration.
Instance Attribute Details
#tags ⇒ Types::Tags
A complex type that contains zero or more Tag
elements.
2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2664 class CreateVpcOriginRequest < Struct.new( :vpc_origin_endpoint_config, :tags) SENSITIVE = [] include Aws::Structure end |
#vpc_origin_endpoint_config ⇒ Types::VpcOriginEndpointConfig
The VPC origin endpoint configuration.
2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2664 class CreateVpcOriginRequest < Struct.new( :vpc_origin_endpoint_config, :tags) SENSITIVE = [] include Aws::Structure end |