Class: Aws::S3::Types::JSONInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Specifies JSON as object's input serialization format.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of JSON. Valid values: Document, Lines.

Returns:

  • (String)


8950
8951
8952
8953
8954
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 8950

class JSONInput < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end