Class: Aws::Types::TrustedAdvisorCheckRefreshStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#check_id::String

Returns the value of attribute check_id.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def check_id
  @check_id
end

#millis_until_next_refreshable::Integer

Returns the value of attribute millis_until_next_refreshable.

Returns:

  • (::Integer)


455
456
457
# File 'sig/types.rbs', line 455

def millis_until_next_refreshable
  @millis_until_next_refreshable
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def status
  @status
end