Class: Aws::Types::Origin
- Inherits:
-
Object
- Object
- Aws::Types::Origin
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
-
#is_private_origin_access_enabled ⇒ Boolean
Returns the value of attribute is_private_origin_access_enabled.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#protocol_policy ⇒ "http-only", "https-only"
Returns the value of attribute protocol_policy.
-
#region_name ⇒ "us-east-1", ...
Returns the value of attribute region_name.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
-
#response_timeout ⇒ ::Integer
Returns the value of attribute response_timeout.
Instance Attribute Details
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
2507 2508 2509 |
# File 'sig/types.rbs', line 2507 def ip_address_type @ip_address_type end |
#is_private_origin_access_enabled ⇒ Boolean
Returns the value of attribute is_private_origin_access_enabled.
2508 2509 2510 |
# File 'sig/types.rbs', line 2508 def is_private_origin_access_enabled @is_private_origin_access_enabled end |
#name ⇒ ::String
Returns the value of attribute name.
2502 2503 2504 |
# File 'sig/types.rbs', line 2502 def name @name end |
#protocol_policy ⇒ "http-only", "https-only"
Returns the value of attribute protocol_policy.
2505 2506 2507 |
# File 'sig/types.rbs', line 2505 def protocol_policy @protocol_policy end |
#region_name ⇒ "us-east-1", ...
Returns the value of attribute region_name.
2504 2505 2506 |
# File 'sig/types.rbs', line 2504 def region_name @region_name end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
2503 2504 2505 |
# File 'sig/types.rbs', line 2503 def resource_type @resource_type end |
#response_timeout ⇒ ::Integer
Returns the value of attribute response_timeout.
2506 2507 2508 |
# File 'sig/types.rbs', line 2506 def response_timeout @response_timeout end |