Class: Aws::Types::AwsCloudFrontDistributionOriginCustomOriginConfig
- Inherits:
-
Object
- Object
- Aws::Types::AwsCloudFrontDistributionOriginCustomOriginConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_port ⇒ ::Integer
Returns the value of attribute http_port.
-
#https_port ⇒ ::Integer
Returns the value of attribute https_port.
-
#origin_keepalive_timeout ⇒ ::Integer
Returns the value of attribute origin_keepalive_timeout.
-
#origin_protocol_policy ⇒ ::String
Returns the value of attribute origin_protocol_policy.
-
#origin_read_timeout ⇒ ::Integer
Returns the value of attribute origin_read_timeout.
-
#origin_ssl_protocols ⇒ Types::AwsCloudFrontDistributionOriginSslProtocols
Returns the value of attribute origin_ssl_protocols.
Instance Attribute Details
#http_port ⇒ ::Integer
Returns the value of attribute http_port.
933 934 935 |
# File 'sig/types.rbs', line 933 def http_port @http_port end |
#https_port ⇒ ::Integer
Returns the value of attribute https_port.
934 935 936 |
# File 'sig/types.rbs', line 934 def https_port @https_port end |
#origin_keepalive_timeout ⇒ ::Integer
Returns the value of attribute origin_keepalive_timeout.
935 936 937 |
# File 'sig/types.rbs', line 935 def origin_keepalive_timeout @origin_keepalive_timeout end |
#origin_protocol_policy ⇒ ::String
Returns the value of attribute origin_protocol_policy.
936 937 938 |
# File 'sig/types.rbs', line 936 def origin_protocol_policy @origin_protocol_policy end |
#origin_read_timeout ⇒ ::Integer
Returns the value of attribute origin_read_timeout.
937 938 939 |
# File 'sig/types.rbs', line 937 def origin_read_timeout @origin_read_timeout end |
#origin_ssl_protocols ⇒ Types::AwsCloudFrontDistributionOriginSslProtocols
Returns the value of attribute origin_ssl_protocols.
938 939 940 |
# File 'sig/types.rbs', line 938 def origin_ssl_protocols @origin_ssl_protocols end |