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.
3008 3009 3010 |
# File 'sig/types.rbs', line 3008 def default_value @default_value end |
#key ⇒ ::String
Returns the value of attribute key.
3007 3008 3009 |
# File 'sig/types.rbs', line 3007 def key @key end |
#property_location ⇒ "HEADER", ...
Returns the value of attribute property_location.
3009 3010 3011 |
# File 'sig/types.rbs', line 3009 def property_location @property_location end |
#value ⇒ Types::ResponseExtractionMapping
Returns the value of attribute value.
3010 3011 3012 |
# File 'sig/types.rbs', line 3010 def value @value end |