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.
1349 1350 1351 1352 1353 1354 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1349 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.
1349 1350 1351 1352 1353 1354 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1349 class MetaFlowPreviewInfo < Struct.new( :preview_url, :expires_at) SENSITIVE = [] include Aws::Structure end |