Class: Aws::Types::VpcOriginEndpointConfig
- Inherits:
-
Object
- Object
- Aws::Types::VpcOriginEndpointConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#http_port ⇒ ::Integer
Returns the value of attribute http_port.
-
#https_port ⇒ ::Integer
Returns the value of attribute https_port.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#origin_protocol_policy ⇒ "http-only", ...
Returns the value of attribute origin_protocol_policy.
-
#origin_ssl_protocols ⇒ Types::OriginSslProtocols
Returns the value of attribute origin_ssl_protocols.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4246 4247 4248 |
# File 'sig/types.rbs', line 4246 def arn @arn end |
#http_port ⇒ ::Integer
Returns the value of attribute http_port.
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.
4248 4249 4250 |
# File 'sig/types.rbs', line 4248 def https_port @https_port end |
#name ⇒ ::String
Returns the value of attribute name.
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.
4249 4250 4251 |
# File 'sig/types.rbs', line 4249 def origin_protocol_policy @origin_protocol_policy end |
#origin_ssl_protocols ⇒ Types::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 |