Class: Aws::Types::Campaign
- Inherits:
-
Object
- Object
- Aws::Types::Campaign
- 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.
-
#dialer_config ⇒ Types::DialerConfig
Returns the value of attribute dialer_config.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outbound_call_config ⇒ Types::OutboundCallConfig
Returns the value of attribute outbound_call_config.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
30 31 32 |
# File 'sig/types.rbs', line 30 def arn @arn end |
#connect_instance_id ⇒ ::String
Returns the value of attribute connect_instance_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def connect_instance_id @connect_instance_id end |
#dialer_config ⇒ Types::DialerConfig
Returns the value of attribute dialer_config.
33 34 35 |
# File 'sig/types.rbs', line 33 def dialer_config @dialer_config end |
#id ⇒ ::String
Returns the value of attribute id.
29 30 31 |
# File 'sig/types.rbs', line 29 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
31 32 33 |
# File 'sig/types.rbs', line 31 def name @name end |
#outbound_call_config ⇒ Types::OutboundCallConfig
Returns the value of attribute outbound_call_config.
34 35 36 |
# File 'sig/types.rbs', line 34 def outbound_call_config @outbound_call_config end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
35 36 37 |
# File 'sig/types.rbs', line 35 def @tags end |