Class: Aws::Glacier::Types::InputSerialization

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

Overview

Describes how the archive is serialized.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#csvTypes::CSVInput

Describes the serialization of a CSV-encoded object.

Returns:



1225
1226
1227
1228
1229
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1225

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