Class: Aws::Types::ResourceProperty
- Inherits:
-
Object
- Object
- Aws::Types::ResourceProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#last_reported_at ⇒ ::Time
Returns the value of attribute last_reported_at.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
410 411 412 |
# File 'sig/types.rbs', line 410 def data @data end |
#last_reported_at ⇒ ::Time
Returns the value of attribute last_reported_at.
409 410 411 |
# File 'sig/types.rbs', line 409 def last_reported_at @last_reported_at end |
#name ⇒ ::String
Returns the value of attribute name.
408 409 410 |
# File 'sig/types.rbs', line 408 def name @name end |