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

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

Overview

Note:

When making an API call, you may pass JSONInput data as a hash:

{
  type: "DOCUMENT", # accepts DOCUMENT, LINES
}

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)


8057
8058
8059
8060
8061
# File 'lib/aws-sdk-s3/types.rb', line 8057

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