Class: Aws::Types::UpdateJsonClassifierRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJsonClassifierRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#json_path ⇒ ::String
Returns the value of attribute json_path.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#json_path ⇒ ::String
Returns the value of attribute json_path.
8151 8152 8153 |
# File 'sig/types.rbs', line 8151 def json_path @json_path end |
#name ⇒ ::String
Returns the value of attribute name.
8150 8151 8152 |
# File 'sig/types.rbs', line 8150 def name @name end |