Class: Aws::KinesisAnalytics::Types::DestinationSchema

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#record_format_typeString

Specifies the format of the records on the output stream.

Returns:

  • (String)


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