Class: Aws::ConnectCampaignsV2::Types::UpdateCampaignFlowAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::UpdateCampaignFlowAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
The request for UpdateCampaignFlowAssociation API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_campaign_flow_arn ⇒ String
Amazon Resource Names(ARN).
-
#id ⇒ String
Identifier representing a Campaign.
Instance Attribute Details
#connect_campaign_flow_arn ⇒ String
Amazon Resource Names(ARN)
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 |
#id ⇒ String
Identifier representing a Campaign
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 |