Class: Aws::SocialMessaging::Types::MetaFlowPreviewInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::MetaFlowPreviewInfo
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Contains the preview URL for testing a WhatsApp Flow and its expiration timestamp.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expires_at ⇒ String
The timestamp when the preview URL expires.
-
#preview_url ⇒ String
The web URL for previewing the Flow.
Instance Attribute Details
#expires_at ⇒ String
The timestamp when the preview URL expires.
1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1390 class MetaFlowPreviewInfo < Struct.new( :preview_url, :expires_at) SENSITIVE = [] include Aws::Structure end |
#preview_url ⇒ String
The web URL for previewing the Flow. Can be shared with stakeholders for review.
1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1390 class MetaFlowPreviewInfo < Struct.new( :preview_url, :expires_at) SENSITIVE = [] include Aws::Structure end |