Class: Aws::Types::UpdateVpcOriginRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4179
4180
4181
# File 'sig/types.rbs', line 4179

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


4180
4181
4182
# File 'sig/types.rbs', line 4180

def if_match
  @if_match
end

#vpc_origin_endpoint_configTypes::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