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.
8179 8180 8181 |
# File 'sig/types.rbs', line 8179 def json_path @json_path end |
#name ⇒ ::String
Returns the value of attribute name.
8178 8179 8180 |
# File 'sig/types.rbs', line 8178 def name @name end |