Class: Aws::Glue::Types::ResponseExtractionMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ResponseExtractionMapping
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Configuration that defines how to extract values from HTTP response content or headers for use in subsequent requests or parameter mapping.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_path ⇒ String
A JSON path expression that specifies how to extract a value from the response body content.
-
#header_key ⇒ String
The name of an HTTP response header from which to extract the value.
Instance Attribute Details
#content_path ⇒ String
A JSON path expression that specifies how to extract a value from the response body content.
23654 23655 23656 23657 23658 23659 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23654 class ResponseExtractionMapping < Struct.new( :content_path, :header_key) SENSITIVE = [] include Aws::Structure end |
#header_key ⇒ String
The name of an HTTP response header from which to extract the value.
23654 23655 23656 23657 23658 23659 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23654 class ResponseExtractionMapping < Struct.new( :content_path, :header_key) SENSITIVE = [] include Aws::Structure end |