Class: Aws::ConnectCampaignsV2::Types::UpdateCampaignFlowAssociationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectcampaignsv2/types.rb

Overview

The request for UpdateCampaignFlowAssociation API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connect_campaign_flow_arnString

Amazon Resource Names(ARN)

Returns:

  • (String)


2510
2511
2512
2513
2514
2515
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2510

class UpdateCampaignFlowAssociationRequest < Struct.new(
  :id,
  :connect_campaign_flow_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Identifier representing a Campaign

Returns:

  • (String)


2510
2511
2512
2513
2514
2515
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2510

class UpdateCampaignFlowAssociationRequest < Struct.new(
  :id,
  :connect_campaign_flow_arn)
  SENSITIVE = []
  include Aws::Structure
end