Class: Aws::Types::SuccessfulCampaignStateResponse
- Inherits:
-
Object
- Object
- Aws::Types::SuccessfulCampaignStateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
-
#state ⇒ "Initialized", ...
Returns the value of attribute state.
Instance Attribute Details
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
323 324 325 |
# File 'sig/types.rbs', line 323 def campaign_id @campaign_id end |
#state ⇒ "Initialized", ...
Returns the value of attribute state.
324 325 326 |
# File 'sig/types.rbs', line 324 def state @state end |