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.
158 159 160 |
# File 'sig/types.rbs', line 158 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
157 158 159 |
# File 'sig/types.rbs', line 157 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
159 160 161 |
# File 'sig/types.rbs', line 159 def @tags end |