Class: Aws::Types::Qualification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#grant_time::Time

Returns the value of attribute grant_time.

Returns:

  • (::Time)


491
492
493
# File 'sig/types.rbs', line 491

def grant_time
  @grant_time
end

#integer_value::Integer

Returns the value of attribute integer_value.

Returns:

  • (::Integer)


492
493
494
# File 'sig/types.rbs', line 492

def integer_value
  @integer_value
end

#locale_valueTypes::Locale

Returns the value of attribute locale_value.

Returns:



493
494
495
# File 'sig/types.rbs', line 493

def locale_value
  @locale_value
end

#qualification_type_id::String

Returns the value of attribute qualification_type_id.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def qualification_type_id
  @qualification_type_id
end

#status"Granted", "Revoked"

Returns the value of attribute status.

Returns:

  • ("Granted", "Revoked")


494
495
496
# File 'sig/types.rbs', line 494

def status
  @status
end

#worker_id::String

Returns the value of attribute worker_id.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def worker_id
  @worker_id
end