Class: Aws::Types::Check
- Inherits:
-
Object
- Object
- Aws::Types::Check
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#impaired_since ⇒ ::Time
Returns the value of attribute impaired_since.
-
#result ⇒ "PASSED", ...
Returns the value of attribute result.
-
#type ⇒ "KEY_REUSE", ...
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
26 27 28 |
# File 'sig/types.rbs', line 26 def id @id end |
#impaired_since ⇒ ::Time
Returns the value of attribute impaired_since.
28 29 30 |
# File 'sig/types.rbs', line 28 def impaired_since @impaired_since end |
#result ⇒ "PASSED", ...
Returns the value of attribute result.
27 28 29 |
# File 'sig/types.rbs', line 27 def result @result end |
#type ⇒ "KEY_REUSE", ...
Returns the value of attribute type.
25 26 27 |
# File 'sig/types.rbs', line 25 def type @type end |