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).
1305 1306 1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1305 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).
1305 1306 1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1305 class MetaFlowHealthEntity < Struct.new( :entity_type, :id, :can_send_message) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the entity.
1305 1306 1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1305 class MetaFlowHealthEntity < Struct.new( :entity_type, :id, :can_send_message) SENSITIVE = [] include Aws::Structure end |