Class: Aws::SocialMessaging::Types::GetWhatsAppFlowPreviewInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::GetWhatsAppFlowPreviewInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_id ⇒ String
The unique identifier of the Flow to preview.
-
#id ⇒ String
The ID of the WhatsApp Business Account associated with this Flow.
-
#invalidate ⇒ Boolean
Set to ‘true` to force generation of a new preview URL.
Instance Attribute Details
#flow_id ⇒ String
The unique identifier of the Flow to preview.
577 578 579 580 581 582 583 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 577 class GetWhatsAppFlowPreviewInput < Struct.new( :id, :flow_id, :invalidate) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the WhatsApp Business Account associated with this Flow.
577 578 579 580 581 582 583 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 577 class GetWhatsAppFlowPreviewInput < Struct.new( :id, :flow_id, :invalidate) SENSITIVE = [] include Aws::Structure end |
#invalidate ⇒ Boolean
Set to ‘true` to force generation of a new preview URL. Use this if the previous URL has been compromised or you want a fresh expiration period.
577 578 579 580 581 582 583 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 577 class GetWhatsAppFlowPreviewInput < Struct.new( :id, :flow_id, :invalidate) SENSITIVE = [] include Aws::Structure end |