Class: Aws::SocialMessaging::Types::MetaFlowHealthEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::MetaFlowHealthEntity
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Represents a single entity in the health status check for a WhatsApp Flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#can_send_message ⇒ String
The messaging availability status for this entity (for example, AVAILABLE, LIMITED, or BLOCKED).
-
#entity_type ⇒ String
The type of entity (for example, FLOW, WABA, BUSINESS, or APP).
-
#id ⇒ String
The unique identifier of the entity.
Instance Attribute Details
#can_send_message ⇒ String
The messaging availability status for this entity (for example, AVAILABLE, LIMITED, or BLOCKED).
1346 1347 1348 1349 1350 1351 1352 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1346 class MetaFlowHealthEntity < Struct.new( :entity_type, :id, :can_send_message) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The type of entity (for example, FLOW, WABA, BUSINESS, or APP).
1346 1347 1348 1349 1350 1351 1352 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1346 class MetaFlowHealthEntity < Struct.new( :entity_type, :id, :can_send_message) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the entity.
1346 1347 1348 1349 1350 1351 1352 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1346 class MetaFlowHealthEntity < Struct.new( :entity_type, :id, :can_send_message) SENSITIVE = [] include Aws::Structure end |