Class: Aws::Types::VpcOriginEndpointConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4246
4247
4248
# File 'sig/types.rbs', line 4246

def arn
  @arn
end

#http_port::Integer

Returns the value of attribute http_port.

Returns:

  • (::Integer)


4247
4248
4249
# File 'sig/types.rbs', line 4247

def http_port
  @http_port
end

#https_port::Integer

Returns the value of attribute https_port.

Returns:

  • (::Integer)


4248
4249
4250
# File 'sig/types.rbs', line 4248

def https_port
  @https_port
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4245
4246
4247
# File 'sig/types.rbs', line 4245

def name
  @name
end

#origin_protocol_policy"http-only", ...

Returns the value of attribute origin_protocol_policy.

Returns:

  • ("http-only", "match-viewer", "https-only")


4249
4250
4251
# File 'sig/types.rbs', line 4249

def origin_protocol_policy
  @origin_protocol_policy
end

#origin_ssl_protocolsTypes::OriginSslProtocols

Returns the value of attribute origin_ssl_protocols.



4250
4251
4252
# File 'sig/types.rbs', line 4250

def origin_ssl_protocols
  @origin_ssl_protocols
end