Class: Aws::Types::SerDeInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6916
6917
6918
# File 'sig/types.rbs', line 6916

def name
  @name
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


6918
6919
6920
# File 'sig/types.rbs', line 6918

def parameters
  @parameters
end

#serialization_library::String

Returns the value of attribute serialization_library.

Returns:

  • (::String)


6917
6918
6919
# File 'sig/types.rbs', line 6917

def serialization_library
  @serialization_library
end