Class: Aws::Types::UpdateVpcOriginRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVpcOriginRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#vpc_origin_endpoint_config ⇒ Types::VpcOriginEndpointConfig
Returns the value of attribute vpc_origin_endpoint_config.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
4179 4180 4181 |
# File 'sig/types.rbs', line 4179 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
4180 4181 4182 |
# File 'sig/types.rbs', line 4180 def if_match @if_match end |
#vpc_origin_endpoint_config ⇒ Types::VpcOriginEndpointConfig
Returns the value of attribute vpc_origin_endpoint_config.
4178 4179 4180 |
# File 'sig/types.rbs', line 4178 def vpc_origin_endpoint_config @vpc_origin_endpoint_config end |