Class: Aws::Types::VpcOriginConfig
- Inherits:
-
Object
- Object
- Aws::Types::VpcOriginConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#origin_keepalive_timeout ⇒ ::Integer
Returns the value of attribute origin_keepalive_timeout.
-
#origin_read_timeout ⇒ ::Integer
Returns the value of attribute origin_read_timeout.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#vpc_origin_id ⇒ ::String
Returns the value of attribute vpc_origin_id.
Instance Attribute Details
#origin_keepalive_timeout ⇒ ::Integer
Returns the value of attribute origin_keepalive_timeout.
4240 4241 4242 |
# File 'sig/types.rbs', line 4240 def origin_keepalive_timeout @origin_keepalive_timeout end |
#origin_read_timeout ⇒ ::Integer
Returns the value of attribute origin_read_timeout.
4239 4240 4241 |
# File 'sig/types.rbs', line 4239 def origin_read_timeout @origin_read_timeout end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
4238 4239 4240 |
# File 'sig/types.rbs', line 4238 def owner_account_id @owner_account_id end |
#vpc_origin_id ⇒ ::String
Returns the value of attribute vpc_origin_id.
4237 4238 4239 |
# File 'sig/types.rbs', line 4237 def vpc_origin_id @vpc_origin_id end |