Class: Aws::Types::OpsEntity
- Inherits:
-
Object
- Object
- Aws::Types::OpsEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ ::Hash[::String, Types::OpsEntityItem]
Returns the value of attribute data.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#data ⇒ ::Hash[::String, Types::OpsEntityItem]
Returns the value of attribute data.
3235 3236 3237 |
# File 'sig/types.rbs', line 3235 def data @data end |
#id ⇒ ::String
Returns the value of attribute id.
3234 3235 3236 |
# File 'sig/types.rbs', line 3234 def id @id end |