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)


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_urlString

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

Returns:

  • (String)


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