Class: Aws::SocialMessaging::Types::MetaFlowPreviewInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#expires_atString

The timestamp when the preview URL expires.

Returns:

  • (String)


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_urlString

The web URL for previewing the Flow. Can be shared with stakeholders for review.

Returns:

  • (String)


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