Class: Aws::Types::Campaign
- Inherits:
-
Object
- Object
- Aws::Types::Campaign
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#campaign_arn ⇒ ::String
Returns the value of attribute campaign_arn.
-
#campaign_config ⇒ Types::CampaignConfig
Returns the value of attribute campaign_config.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#latest_campaign_update ⇒ Types::CampaignUpdateSummary
Returns the value of attribute latest_campaign_update.
-
#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.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#campaign_arn ⇒ ::String
Returns the value of attribute campaign_arn.
133 134 135 |
# File 'sig/types.rbs', line 133 def campaign_arn @campaign_arn end |
#campaign_config ⇒ Types::CampaignConfig
Returns the value of attribute campaign_config.
136 137 138 |
# File 'sig/types.rbs', line 136 def campaign_config @campaign_config end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
139 140 141 |
# File 'sig/types.rbs', line 139 def creation_date_time @creation_date_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
138 139 140 |
# File 'sig/types.rbs', line 138 def failure_reason @failure_reason end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
140 141 142 |
# File 'sig/types.rbs', line 140 def last_updated_date_time @last_updated_date_time end |
#latest_campaign_update ⇒ Types::CampaignUpdateSummary
Returns the value of attribute latest_campaign_update.
141 142 143 |
# File 'sig/types.rbs', line 141 def latest_campaign_update @latest_campaign_update end |
#min_provisioned_tps ⇒ ::Integer
Returns the value of attribute min_provisioned_tps.
135 136 137 |
# File 'sig/types.rbs', line 135 def min_provisioned_tps @min_provisioned_tps end |
#name ⇒ ::String
Returns the value of attribute name.
132 133 134 |
# File 'sig/types.rbs', line 132 def name @name end |
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
134 135 136 |
# File 'sig/types.rbs', line 134 def solution_version_arn @solution_version_arn end |
#status ⇒ ::String
Returns the value of attribute status.
137 138 139 |
# File 'sig/types.rbs', line 137 def status @status end |