Class: Aws::Types::SerDeInfo
- Inherits:
-
Object
- Object
- Aws::Types::SerDeInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#serialization_library ⇒ ::String
Returns the value of attribute serialization_library.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
6916 6917 6918 |
# File 'sig/types.rbs', line 6916 def name @name end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
6918 6919 6920 |
# File 'sig/types.rbs', line 6918 def parameters @parameters end |
#serialization_library ⇒ ::String
Returns the value of attribute serialization_library.
6917 6918 6919 |
# File 'sig/types.rbs', line 6917 def serialization_library @serialization_library end |