Class: Aws::Types::CreateVpcOriginRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcOriginRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tags ⇒ Types::Tags
Returns the value of attribute tags.
-
#vpc_origin_endpoint_config ⇒ Types::VpcOriginEndpointConfig
Returns the value of attribute vpc_origin_endpoint_config.
Instance Attribute Details
#tags ⇒ Types::Tags
Returns the value of attribute tags.
807 808 809 |
# File 'sig/types.rbs', line 807 def @tags end |
#vpc_origin_endpoint_config ⇒ Types::VpcOriginEndpointConfig
Returns the value of attribute vpc_origin_endpoint_config.
806 807 808 |
# File 'sig/types.rbs', line 806 def vpc_origin_endpoint_config @vpc_origin_endpoint_config end |