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.
2998 2999 3000 |
# File 'sig/types.rbs', line 2998 def default_value @default_value end |
#key ⇒ ::String
Returns the value of attribute key.
2997 2998 2999 |
# File 'sig/types.rbs', line 2997 def key @key end |
#property_location ⇒ "HEADER", ...
Returns the value of attribute property_location.
2999 3000 3001 |
# File 'sig/types.rbs', line 2999 def property_location @property_location end |
#value ⇒ Types::ResponseExtractionMapping
Returns the value of attribute value.
3000 3001 3002 |
# File 'sig/types.rbs', line 3000 def value @value end |