Class: Aws::Types::CreateQualificationTypeRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#answer_key::String

Returns the value of attribute answer_key.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def answer_key
  @answer_key
end

#auto_grantedBoolean

Returns the value of attribute auto_granted.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def description
  @description
end

#keywords::String

Returns the value of attribute keywords.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def keywords
  @keywords
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • ("Active", "Inactive")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


144
145
146
# File 'sig/types.rbs', line 144

def test_duration_in_seconds
  @test_duration_in_seconds
end