Class: Aws::Types::UpdateCampaignRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCampaignRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "APPROVE", ...
Returns the value of attribute action.
-
#data_extra_dimensions ⇒ ::Array[::String]
Returns the value of attribute data_extra_dimensions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#action ⇒ "APPROVE", ...
Returns the value of attribute action.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def action @action end |
#data_extra_dimensions ⇒ ::Array[::String]
Returns the value of attribute data_extra_dimensions.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def data_extra_dimensions @data_extra_dimensions end |
#description ⇒ ::String
Returns the value of attribute description.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def name @name end |