Class: Aws::Types::TrustedAdvisorCheckRefreshStatus
- Inherits:
-
Object
- Object
- Aws::Types::TrustedAdvisorCheckRefreshStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#check_id ⇒ ::String
Returns the value of attribute check_id.
-
#millis_until_next_refreshable ⇒ ::Integer
Returns the value of attribute millis_until_next_refreshable.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#check_id ⇒ ::String
Returns the value of attribute check_id.
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.
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.
454 455 456 |
# File 'sig/types.rbs', line 454 def status @status end |