Class: Aws::Types::QualificationType
- Inherits:
-
Object
- Object
- Aws::Types::QualificationType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer_key ⇒ ::String
Returns the value of attribute answer_key.
-
#auto_granted ⇒ Boolean
Returns the value of attribute auto_granted.
-
#auto_granted_value ⇒ ::Integer
Returns the value of attribute auto_granted_value.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_requestable ⇒ Boolean
Returns the value of attribute is_requestable.
-
#keywords ⇒ ::String
Returns the value of attribute keywords.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#qualification_type_id ⇒ ::String
Returns the value of attribute qualification_type_id.
-
#qualification_type_status ⇒ "Active", "Inactive"
Returns the value of attribute qualification_type_status.
-
#retry_delay_in_seconds ⇒ ::Integer
Returns the value of attribute retry_delay_in_seconds.
-
#test ⇒ ::String
Returns the value of attribute test.
-
#test_duration_in_seconds ⇒ ::Integer
Returns the value of attribute test_duration_in_seconds.
Instance Attribute Details
#answer_key ⇒ ::String
Returns the value of attribute answer_key.
527 528 529 |
# File 'sig/types.rbs', line 527 def answer_key @answer_key end |
#auto_granted ⇒ Boolean
Returns the value of attribute auto_granted.
530 531 532 |
# File 'sig/types.rbs', line 530 def auto_granted @auto_granted end |
#auto_granted_value ⇒ ::Integer
Returns the value of attribute auto_granted_value.
531 532 533 |
# File 'sig/types.rbs', line 531 def auto_granted_value @auto_granted_value end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
520 521 522 |
# File 'sig/types.rbs', line 520 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
522 523 524 |
# File 'sig/types.rbs', line 522 def description @description end |
#is_requestable ⇒ Boolean
Returns the value of attribute is_requestable.
529 530 531 |
# File 'sig/types.rbs', line 529 def is_requestable @is_requestable end |
#keywords ⇒ ::String
Returns the value of attribute keywords.
523 524 525 |
# File 'sig/types.rbs', line 523 def keywords @keywords end |
#name ⇒ ::String
Returns the value of attribute name.
521 522 523 |
# File 'sig/types.rbs', line 521 def name @name end |
#qualification_type_id ⇒ ::String
Returns the value of attribute qualification_type_id.
519 520 521 |
# File 'sig/types.rbs', line 519 def qualification_type_id @qualification_type_id end |
#qualification_type_status ⇒ "Active", "Inactive"
Returns the value of attribute qualification_type_status.
524 525 526 |
# File 'sig/types.rbs', line 524 def qualification_type_status @qualification_type_status end |
#retry_delay_in_seconds ⇒ ::Integer
Returns the value of attribute retry_delay_in_seconds.
528 529 530 |
# File 'sig/types.rbs', line 528 def retry_delay_in_seconds @retry_delay_in_seconds end |
#test ⇒ ::String
Returns the value of attribute test.
525 526 527 |
# File 'sig/types.rbs', line 525 def test @test end |
#test_duration_in_seconds ⇒ ::Integer
Returns the value of attribute test_duration_in_seconds.
526 527 528 |
# File 'sig/types.rbs', line 526 def test_duration_in_seconds @test_duration_in_seconds end |