Class: Aws::SocialMessaging::Types::MetaFlowApplicationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::MetaFlowApplicationInfo
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Contains the Meta application metadata associated with a WhatsApp Flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the Meta application.
-
#link ⇒ String
The URL link for the Meta application.
-
#name ⇒ String
The name of the Meta application.
Instance Attribute Details
#id ⇒ String
The unique identifier of the Meta application.
1253 1254 1255 1256 1257 1258 1259 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1253 class MetaFlowApplicationInfo < Struct.new( :link, :name, :id) SENSITIVE = [] include Aws::Structure end |
#link ⇒ String
The URL link for the Meta application.
1253 1254 1255 1256 1257 1258 1259 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1253 class MetaFlowApplicationInfo < Struct.new( :link, :name, :id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Meta application.
1253 1254 1255 1256 1257 1258 1259 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1253 class MetaFlowApplicationInfo < Struct.new( :link, :name, :id) SENSITIVE = [] include Aws::Structure end |