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.
-
#connect_instance_id ⇒ ::String
Returns the value of attribute connect_instance_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
46 47 48 |
# File 'sig/types.rbs', line 46 def arn @arn end |
#connect_instance_id ⇒ ::String
Returns the value of attribute connect_instance_id.
48 49 50 |
# File 'sig/types.rbs', line 48 def connect_instance_id @connect_instance_id end |
#id ⇒ ::String
Returns the value of attribute id.
45 46 47 |
# File 'sig/types.rbs', line 45 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
47 48 49 |
# File 'sig/types.rbs', line 47 def name @name end |