Class: Aws::KinesisAnalytics::Types::JSONMappingParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::JSONMappingParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
Provides additional mapping information when JSON is the record format on the streaming source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#record_row_path ⇒ String
Path to the top-level parent that contains the records.
Instance Attribute Details
#record_row_path ⇒ String
Path to the top-level parent that contains the records.
1472 1473 1474 1475 1476 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 1472 class JSONMappingParameters < Struct.new( :record_row_path) SENSITIVE = [] include Aws::Structure end |