Class: Aws::Types::UpdateQualificationTypeRequest

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)


662
663
664
# File 'sig/types.rbs', line 662

def answer_key
  @answer_key
end

#auto_grantedBoolean

Returns the value of attribute auto_granted.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Active", "Inactive")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


663
664
665
# File 'sig/types.rbs', line 663

def test_duration_in_seconds
  @test_duration_in_seconds
end