Class: Aws::Types::CreateCampaignResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCampaignResponse
- 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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
189 190 191 |
# File 'sig/types.rbs', line 189 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
188 189 190 |
# File 'sig/types.rbs', line 188 def name @name end |