Class: Aws::ConnectCampaignsV2::Types::DeleteCampaignCommunicationTimeRequest

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

Overview

The request for DeleteCampaignCommunicationTime API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configString

The type of campaign communication time config

Returns:

  • (String)


529
530
531
532
533
534
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 529

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

#idString

Identifier representing a Campaign

Returns:

  • (String)


529
530
531
532
533
534
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 529

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