Class: Aws::Types::UpdateQualificationTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQualificationTypeRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
662 663 664 |
# File 'sig/types.rbs', line 662 def answer_key @answer_key end |
#auto_granted ⇒ Boolean
Returns the value of attribute auto_granted.
665 666 667 |
# File 'sig/types.rbs', line 665 def auto_granted @auto_granted end |
#auto_granted_value ⇒ ::Integer
Returns the value of attribute auto_granted_value.
666 667 668 |
# File 'sig/types.rbs', line 666 def auto_granted_value @auto_granted_value end |
#description ⇒ ::String
Returns the value of attribute description.
659 660 661 |
# File 'sig/types.rbs', line 659 def description @description end |
#qualification_type_id ⇒ ::String
Returns the value of attribute qualification_type_id.
658 659 660 |
# File 'sig/types.rbs', line 658 def qualification_type_id @qualification_type_id end |
#qualification_type_status ⇒ "Active", "Inactive"
Returns the value of attribute qualification_type_status.
660 661 662 |
# File 'sig/types.rbs', line 660 def qualification_type_status @qualification_type_status end |
#retry_delay_in_seconds ⇒ ::Integer
Returns the value of attribute retry_delay_in_seconds.
664 665 666 |
# File 'sig/types.rbs', line 664 def retry_delay_in_seconds @retry_delay_in_seconds end |
#test ⇒ ::String
Returns the value of attribute test.
661 662 663 |
# File 'sig/types.rbs', line 661 def test @test end |
#test_duration_in_seconds ⇒ ::Integer
Returns the value of attribute test_duration_in_seconds.
663 664 665 |
# File 'sig/types.rbs', line 663 def test_duration_in_seconds @test_duration_in_seconds end |