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.
8429 8430 8431 |
# File 'sig/types.rbs', line 8429 def classification @classification end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
8430 8431 8432 |
# File 'sig/types.rbs', line 8430 def creation_time @creation_time end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
8431 8432 8433 |
# File 'sig/types.rbs', line 8431 def last_updated @last_updated end |
#name ⇒ ::String
Returns the value of attribute name.
8428 8429 8430 |
# File 'sig/types.rbs', line 8428 def name @name end |
#row_tag ⇒ ::String
Returns the value of attribute row_tag.
8433 8434 8435 |
# File 'sig/types.rbs', line 8433 def row_tag @row_tag end |
#version ⇒ ::Integer
Returns the value of attribute version.
8432 8433 8434 |
# File 'sig/types.rbs', line 8432 def version @version end |