Class: Aws::Types::CreateCampaignRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



229
230
231
# File 'sig/types.rbs', line 229

def tags
  @tags
end