Class: Aws::KinesisAnalytics::Types::DestinationSchema
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::DestinationSchema
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
Describes the data format when records are written to the destination. For more information, see [Configuring Application Output].
[1]: docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#record_format_type ⇒ String
Specifies the format of the records on the output stream.
Instance Attribute Details
#record_format_type ⇒ String
Specifies the format of the records on the output stream.
849 850 851 852 853 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 849 class DestinationSchema < Struct.new( :record_format_type) SENSITIVE = [] include Aws::Structure end |