Class: Aws::ConnectCampaignsV2::Types::GetCampaignStateResponse

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

Overview

The response for GetCampaignState API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

State of a campaign

Returns:

  • (String)


900
901
902
903
904
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 900

class GetCampaignStateResponse < Struct.new(
  :state)
  SENSITIVE = []
  include Aws::Structure
end