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.
8461 8462 8463 |
# File 'sig/types.rbs', line 8461 def classification @classification end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
8462 8463 8464 |
# File 'sig/types.rbs', line 8462 def creation_time @creation_time end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
8463 8464 8465 |
# File 'sig/types.rbs', line 8463 def last_updated @last_updated end |
#name ⇒ ::String
Returns the value of attribute name.
8460 8461 8462 |
# File 'sig/types.rbs', line 8460 def name @name end |
#row_tag ⇒ ::String
Returns the value of attribute row_tag.
8465 8466 8467 |
# File 'sig/types.rbs', line 8465 def row_tag @row_tag end |
#version ⇒ ::Integer
Returns the value of attribute version.
8464 8465 8466 |
# File 'sig/types.rbs', line 8464 def version @version end |