Class: Aws::Types::UpdateCampaignResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCampaignResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def status @status end |