Class: Aws::Types::XMLClassifier
- Inherits:
-
Object
- Object
- Aws::Types::XMLClassifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classification ⇒ ::String
Returns the value of attribute classification.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#row_tag ⇒ ::String
Returns the value of attribute row_tag.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#classification ⇒ ::String
Returns the value of attribute classification.
8499 8500 8501 |
# File 'sig/types.rbs', line 8499 def classification @classification end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
8500 8501 8502 |
# File 'sig/types.rbs', line 8500 def creation_time @creation_time end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
8501 8502 8503 |
# File 'sig/types.rbs', line 8501 def last_updated @last_updated end |
#name ⇒ ::String
Returns the value of attribute name.
8498 8499 8500 |
# File 'sig/types.rbs', line 8498 def name @name end |
#row_tag ⇒ ::String
Returns the value of attribute row_tag.
8503 8504 8505 |
# File 'sig/types.rbs', line 8503 def row_tag @row_tag end |
#version ⇒ ::Integer
Returns the value of attribute version.
8502 8503 8504 |
# File 'sig/types.rbs', line 8502 def version @version end |