Class: Aws::Types::LastKnownCheck
- Inherits:
-
Object
- Object
- Aws::Types::LastKnownCheck
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checked_at ⇒ ::Time
Returns the value of attribute checked_at.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "PASSED", ...
Returns the value of attribute status.
-
#type ⇒ "EC2", "FSx"
Returns the value of attribute type.
Instance Attribute Details
#checked_at ⇒ ::Time
Returns the value of attribute checked_at.
683 684 685 |
# File 'sig/types.rbs', line 683 def checked_at @checked_at end |
#error ⇒ ::String
Returns the value of attribute error.
682 683 684 |
# File 'sig/types.rbs', line 682 def error @error end |
#name ⇒ ::String
Returns the value of attribute name.
680 681 682 |
# File 'sig/types.rbs', line 680 def name @name end |
#status ⇒ "PASSED", ...
Returns the value of attribute status.
681 682 683 |
# File 'sig/types.rbs', line 681 def status @status end |
#type ⇒ "EC2", "FSx"
Returns the value of attribute type.
679 680 681 |
# File 'sig/types.rbs', line 679 def type @type end |