Class: Aws::Types::InputOrigin
- Inherits:
-
Object
- Object
- Aws::Types::InputOrigin
- 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.
-
#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.
-
#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.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def ip_address_type @ip_address_type end |
#name ⇒ ::String
Returns the value of attribute name.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def name @name end |
#protocol_policy ⇒ "http-only", "https-only"
Returns the value of attribute protocol_policy.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def protocol_policy @protocol_policy end |
#region_name ⇒ "us-east-1", ...
Returns the value of attribute region_name.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def region_name @region_name end |
#response_timeout ⇒ ::Integer
Returns the value of attribute response_timeout.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def response_timeout @response_timeout end |