Class: Aws::Types::CreateCampaignRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCampaignRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#campaign_config ⇒ Types::CampaignConfig
Returns the value of attribute campaign_config.
-
#min_provisioned_tps ⇒ ::Integer
Returns the value of attribute min_provisioned_tps.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#campaign_config ⇒ Types::CampaignConfig
Returns the value of attribute campaign_config.
228 229 230 |
# File 'sig/types.rbs', line 228 def campaign_config @campaign_config end |
#min_provisioned_tps ⇒ ::Integer
Returns the value of attribute min_provisioned_tps.
227 228 229 |
# File 'sig/types.rbs', line 227 def min_provisioned_tps @min_provisioned_tps end |
#name ⇒ ::String
Returns the value of attribute name.
225 226 227 |
# File 'sig/types.rbs', line 225 def name @name end |
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
226 227 228 |
# File 'sig/types.rbs', line 226 def solution_version_arn @solution_version_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
229 230 231 |
# File 'sig/types.rbs', line 229 def @tags end |