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.
6958 6959 6960 |
# File 'sig/types.rbs', line 6958 def name @name end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
6960 6961 6962 |
# File 'sig/types.rbs', line 6960 def parameters @parameters end |
#serialization_library ⇒ ::String
Returns the value of attribute serialization_library.
6959 6960 6961 |
# File 'sig/types.rbs', line 6959 def serialization_library @serialization_library end |