Class: Aws::SocialMessaging::Types::MetaFlowHealthEntity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/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

Instance Attribute Details

#can_send_messageString

The messaging availability status for this entity (for example, AVAILABLE, LIMITED, or BLOCKED).

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1305

class MetaFlowHealthEntity < Struct.new(
  :entity_type,
  :id,
  :can_send_message)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

The type of entity (for example, FLOW, WABA, BUSINESS, or APP).

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1305

class MetaFlowHealthEntity < Struct.new(
  :entity_type,
  :id,
  :can_send_message)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the entity.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1305

class MetaFlowHealthEntity < Struct.new(
  :entity_type,
  :id,
  :can_send_message)
  SENSITIVE = []
  include Aws::Structure
end