Class: Aws::Types::Qualification
- Inherits:
-
Object
- Object
- Aws::Types::Qualification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grant_time ⇒ ::Time
Returns the value of attribute grant_time.
-
#integer_value ⇒ ::Integer
Returns the value of attribute integer_value.
-
#locale_value ⇒ Types::Locale
Returns the value of attribute locale_value.
-
#qualification_type_id ⇒ ::String
Returns the value of attribute qualification_type_id.
-
#status ⇒ "Granted", "Revoked"
Returns the value of attribute status.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#grant_time ⇒ ::Time
Returns the value of attribute grant_time.
491 492 493 |
# File 'sig/types.rbs', line 491 def grant_time @grant_time end |
#integer_value ⇒ ::Integer
Returns the value of attribute integer_value.
492 493 494 |
# File 'sig/types.rbs', line 492 def integer_value @integer_value end |
#locale_value ⇒ Types::Locale
Returns the value of attribute locale_value.
493 494 495 |
# File 'sig/types.rbs', line 493 def locale_value @locale_value end |
#qualification_type_id ⇒ ::String
Returns the value of attribute qualification_type_id.
489 490 491 |
# File 'sig/types.rbs', line 489 def qualification_type_id @qualification_type_id end |
#status ⇒ "Granted", "Revoked"
Returns the value of attribute status.
494 495 496 |
# File 'sig/types.rbs', line 494 def status @status end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
490 491 492 |
# File 'sig/types.rbs', line 490 def worker_id @worker_id end |