Class: Aws::Types::CampaignSummary
- Inherits:
-
Object
- Object
- Aws::Types::CampaignSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
86 87 88 |
# File 'sig/types.rbs', line 86 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
92 93 94 |
# File 'sig/types.rbs', line 92 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
88 89 90 |
# File 'sig/types.rbs', line 88 def description @description end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
93 94 95 |
# File 'sig/types.rbs', line 93 def last_modification_time @last_modification_time end |
#name ⇒ ::String
Returns the value of attribute name.
87 88 89 |
# File 'sig/types.rbs', line 87 def name @name end |
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
89 90 91 |
# File 'sig/types.rbs', line 89 def signal_catalog_arn @signal_catalog_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
91 92 93 |
# File 'sig/types.rbs', line 91 def status @status end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
90 91 92 |
# File 'sig/types.rbs', line 90 def target_arn @target_arn end |