Class: Aws::Types::SuccessfulCampaignStateResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_id::String

Returns the value of attribute campaign_id.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def campaign_id
  @campaign_id
end

#state"Initialized", ...

Returns the value of attribute state.

Returns:

  • ("Initialized", "Running", "Paused", "Stopped", "Failed", "Completed")


738
739
740
# File 'sig/types.rbs', line 738

def state
  @state
end