Class: Aws::Types::UpdateCampaignRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_arn ⇒ ::String

Returns the value of attribute campaign_arn.



1484
1485
1486
# File 'sig/types.rbs', line 1484

def campaign_arn
  @campaign_arn
end

#campaign_config ⇒ Types::CampaignConfig

Returns the value of attribute campaign_config.



1487
1488
1489
# File 'sig/types.rbs', line 1487

def campaign_config
  @campaign_config
end

#min_provisioned_tps ⇒ ::Integer

Returns the value of attribute min_provisioned_tps.



1486
1487
1488
# File 'sig/types.rbs', line 1486

def min_provisioned_tps
  @min_provisioned_tps
end

#solution_version_arn ⇒ ::String

Returns the value of attribute solution_version_arn.



1485
1486
1487
# File 'sig/types.rbs', line 1485

def solution_version_arn
  @solution_version_arn
end