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.
6985 6986 6987 |
# File 'sig/types.rbs', line 6985 def name @name end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
6987 6988 6989 |
# File 'sig/types.rbs', line 6987 def parameters @parameters end |
#serialization_library ⇒ ::String
Returns the value of attribute serialization_library.
6986 6987 6988 |
# File 'sig/types.rbs', line 6986 def serialization_library @serialization_library end |