Class: Aws::Types::QualificationType

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)


527
528
529
# File 'sig/types.rbs', line 527

def answer_key
  @answer_key
end

#auto_grantedBoolean

Returns the value of attribute auto_granted.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


520
521
522
# File 'sig/types.rbs', line 520

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def description
  @description
end

#is_requestableBoolean

Returns the value of attribute is_requestable.

Returns:

  • (Boolean)


529
530
531
# File 'sig/types.rbs', line 529

def is_requestable
  @is_requestable
end

#keywords::String

Returns the value of attribute keywords.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def keywords
  @keywords
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Active", "Inactive")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


526
527
528
# File 'sig/types.rbs', line 526

def test_duration_in_seconds
  @test_duration_in_seconds
end