Class: Aws::Types::MetaFlowHealthEntity
- Inherits:
-
Object
- Object
- Aws::Types::MetaFlowHealthEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#can_send_message ⇒ ::String
Returns the value of attribute can_send_message.
-
#entity_type ⇒ ::String
Returns the value of attribute entity_type.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#can_send_message ⇒ ::String
Returns the value of attribute can_send_message.
408 409 410 |
# File 'sig/types.rbs', line 408 def @can_send_message end |
#entity_type ⇒ ::String
Returns the value of attribute entity_type.
406 407 408 |
# File 'sig/types.rbs', line 406 def entity_type @entity_type end |
#id ⇒ ::String
Returns the value of attribute id.
407 408 409 |
# File 'sig/types.rbs', line 407 def id @id end |