Class: Aws::S3::Types::JSONInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::JSONInput
- 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.
Instance Attribute Summary collapse
-
#type ⇒ String
The type of JSON.
Instance Attribute Details
#type ⇒ String
The type of JSON. Valid values: Document, Lines.
5865 5866 5867 5868 |
# File 'lib/aws-sdk-s3/types.rb', line 5865 class JSONInput < Struct.new( :type) include Aws::Structure end |