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.
8109 8110 8111 |
# File 'sig/types.rbs', line 8109 def json_path @json_path end |
#name ⇒ ::String
Returns the value of attribute name.
8108 8109 8110 |
# File 'sig/types.rbs', line 8108 def name @name end |