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)


2229
2230
2231
2232
2233
2234
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2229

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

#idString

Identifier representing a Campaign

Returns:

  • (String)


2229
2230
2231
2232
2233
2234
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2229

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