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.
737 738 739 |
# File 'sig/types.rbs', line 737 def campaign_id @campaign_id end |
#state ⇒ "Initialized", ...
Returns the value of attribute state.
738 739 740 |
# File 'sig/types.rbs', line 738 def state @state end |