Class: Aws::Types::IPSetForwardedIPConfig
- Inherits:
-
Object
- Object
- Aws::Types::IPSetForwardedIPConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fallback_behavior ⇒ "MATCH", "NO_MATCH"
Returns the value of attribute fallback_behavior.
-
#header_name ⇒ ::String
Returns the value of attribute header_name.
-
#position ⇒ "FIRST", ...
Returns the value of attribute position.
Instance Attribute Details
#fallback_behavior ⇒ "MATCH", "NO_MATCH"
Returns the value of attribute fallback_behavior.
853 854 855 |
# File 'sig/types.rbs', line 853 def fallback_behavior @fallback_behavior end |
#header_name ⇒ ::String
Returns the value of attribute header_name.
852 853 854 |
# File 'sig/types.rbs', line 852 def header_name @header_name end |
#position ⇒ "FIRST", ...
Returns the value of attribute position.
854 855 856 |
# File 'sig/types.rbs', line 854 def position @position end |