Class: Aws::Types::JsonClassifier
- Inherits:
-
Object
- Object
- Aws::Types::JsonClassifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#json_path ⇒ ::String
Returns the value of attribute json_path.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5001 5002 5003 |
# File 'sig/types.rbs', line 5001 def creation_time @creation_time end |
#json_path ⇒ ::String
Returns the value of attribute json_path.
5004 5005 5006 |
# File 'sig/types.rbs', line 5004 def json_path @json_path end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
5002 5003 5004 |
# File 'sig/types.rbs', line 5002 def last_updated @last_updated end |
#name ⇒ ::String
Returns the value of attribute name.
5000 5001 5002 |
# File 'sig/types.rbs', line 5000 def name @name end |
#version ⇒ ::Integer
Returns the value of attribute version.
5003 5004 5005 |
# File 'sig/types.rbs', line 5003 def version @version end |