Class: Aws::Types::CampaignSummary
- Inherits:
-
Object
- Object
- Aws::Types::CampaignSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#campaign_arn ⇒ ::String
Returns the value of attribute campaign_arn.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#campaign_arn ⇒ ::String
Returns the value of attribute campaign_arn.
155 156 157 |
# File 'sig/types.rbs', line 155 def campaign_arn @campaign_arn end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
157 158 159 |
# File 'sig/types.rbs', line 157 def creation_date_time @creation_date_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
159 160 161 |
# File 'sig/types.rbs', line 159 def failure_reason @failure_reason end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
158 159 160 |
# File 'sig/types.rbs', line 158 def last_updated_date_time @last_updated_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
154 155 156 |
# File 'sig/types.rbs', line 154 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
156 157 158 |
# File 'sig/types.rbs', line 156 def status @status end |