Class: Aws::Types::CreateQualificationTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateQualificationTypeRequest
- 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.
-
#keywords ⇒ ::String
Returns the value of attribute keywords.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
143 144 145 |
# File 'sig/types.rbs', line 143 def answer_key @answer_key end |
#auto_granted ⇒ Boolean
Returns the value of attribute auto_granted.
145 146 147 |
# File 'sig/types.rbs', line 145 def auto_granted @auto_granted end |
#auto_granted_value ⇒ ::Integer
Returns the value of attribute auto_granted_value.
146 147 148 |
# File 'sig/types.rbs', line 146 def auto_granted_value @auto_granted_value end |
#description ⇒ ::String
Returns the value of attribute description.
139 140 141 |
# File 'sig/types.rbs', line 139 def description @description end |
#keywords ⇒ ::String
Returns the value of attribute keywords.
138 139 140 |
# File 'sig/types.rbs', line 138 def keywords @keywords end |
#name ⇒ ::String
Returns the value of attribute name.
137 138 139 |
# File 'sig/types.rbs', line 137 def name @name end |
#qualification_type_status ⇒ "Active", "Inactive"
Returns the value of attribute qualification_type_status.
140 141 142 |
# File 'sig/types.rbs', line 140 def qualification_type_status @qualification_type_status end |
#retry_delay_in_seconds ⇒ ::Integer
Returns the value of attribute retry_delay_in_seconds.
141 142 143 |
# File 'sig/types.rbs', line 141 def retry_delay_in_seconds @retry_delay_in_seconds end |
#test ⇒ ::String
Returns the value of attribute test.
142 143 144 |
# File 'sig/types.rbs', line 142 def test @test end |
#test_duration_in_seconds ⇒ ::Integer
Returns the value of attribute test_duration_in_seconds.
144 145 146 |
# File 'sig/types.rbs', line 144 def test_duration_in_seconds @test_duration_in_seconds end |