Class: Aws::Types::CampaignUpdateSummary
- Inherits:
-
Object
- Object
- Aws::Types::CampaignUpdateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#min_provisioned_tps ⇒ ::Integer
Returns the value of attribute min_provisioned_tps.
-
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#campaign_config ⇒ Types::CampaignConfig
Returns the value of attribute campaign_config.
166 167 168 |
# File 'sig/types.rbs', line 166 def campaign_config @campaign_config end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
169 170 171 |
# File 'sig/types.rbs', line 169 def creation_date_time @creation_date_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
168 169 170 |
# File 'sig/types.rbs', line 168 def failure_reason @failure_reason end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
170 171 172 |
# File 'sig/types.rbs', line 170 def last_updated_date_time @last_updated_date_time end |
#min_provisioned_tps ⇒ ::Integer
Returns the value of attribute min_provisioned_tps.
165 166 167 |
# File 'sig/types.rbs', line 165 def min_provisioned_tps @min_provisioned_tps end |
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
164 165 166 |
# File 'sig/types.rbs', line 164 def solution_version_arn @solution_version_arn end |
#status ⇒ ::String
Returns the value of attribute status.
167 168 169 |
# File 'sig/types.rbs', line 167 def status @status end |