Class: Aws::KinesisAnalytics::Types::DestinationSchema
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::DestinationSchema
- Defined in:
- gems/aws-sdk-kinesisanalytics/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.
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 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 849 class DestinationSchema < Struct.new( :record_format_type) SENSITIVE = [] include Aws::Structure end |