Class: Aws::Types::OpsEntityItem
- Inherits:
-
Object
- Object
- Aws::Types::OpsEntityItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capture_time ⇒ ::String
Returns the value of attribute capture_time.
-
#content ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute content.
Instance Attribute Details
#capture_time ⇒ ::String
Returns the value of attribute capture_time.
3240 3241 3242 |
# File 'sig/types.rbs', line 3240 def capture_time @capture_time end |
#content ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute content.
3241 3242 3243 |
# File 'sig/types.rbs', line 3241 def content @content end |