Class: Aws::Types::InstanceProperty
- Inherits:
-
Object
- Object
- Aws::Types::InstanceProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed ⇒ Boolean
Returns the value of attribute failed.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
-
#seen_at ⇒ ::Time
Returns the value of attribute seen_at.
Instance Attribute Details
#failed ⇒ Boolean
Returns the value of attribute failed.
95 96 97 |
# File 'sig/types.rbs', line 95 def failed @failed end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
94 95 96 |
# File 'sig/types.rbs', line 94 def properties @properties end |
#seen_at ⇒ ::Time
Returns the value of attribute seen_at.
93 94 95 |
# File 'sig/types.rbs', line 93 def seen_at @seen_at end |