Class: Aws::Types::CreateJsonClassifierRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJsonClassifierRequest
- 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.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def json_path @json_path end |
#name ⇒ ::String
Returns the value of attribute name.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def name @name end |