Class: Aws::Types::ExtractedParameter
- Inherits:
-
Object
- Object
- Aws::Types::ExtractedParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#property_location ⇒ "HEADER", ...
Returns the value of attribute property_location.
-
#value ⇒ Types::ResponseExtractionMapping
Returns the value of attribute value.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
2992 2993 2994 |
# File 'sig/types.rbs', line 2992 def default_value @default_value end |
#key ⇒ ::String
Returns the value of attribute key.
2991 2992 2993 |
# File 'sig/types.rbs', line 2991 def key @key end |
#property_location ⇒ "HEADER", ...
Returns the value of attribute property_location.
2993 2994 2995 |
# File 'sig/types.rbs', line 2993 def property_location @property_location end |
#value ⇒ Types::ResponseExtractionMapping
Returns the value of attribute value.
2994 2995 2996 |
# File 'sig/types.rbs', line 2994 def value @value end |