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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
69 70 71 |
# File 'sig/types.rbs', line 69 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
68 69 70 |
# File 'sig/types.rbs', line 68 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
70 71 72 |
# File 'sig/types.rbs', line 70 def @tags end |