Class: Aws::Types::CreateCampaignRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCampaignRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connect_instance_id ⇒ ::String
Returns the value of attribute connect_instance_id.
-
#dialer_config ⇒ Types::DialerConfig
Returns the value of attribute dialer_config.
-
#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
#connect_instance_id ⇒ ::String
Returns the value of attribute connect_instance_id.
60 61 62 |
# File 'sig/types.rbs', line 60 def connect_instance_id @connect_instance_id end |
#dialer_config ⇒ Types::DialerConfig
Returns the value of attribute dialer_config.
61 62 63 |
# File 'sig/types.rbs', line 61 def dialer_config @dialer_config end |
#name ⇒ ::String
Returns the value of attribute name.
59 60 61 |
# File 'sig/types.rbs', line 59 def name @name end |
#outbound_call_config ⇒ Types::OutboundCallConfig
Returns the value of attribute outbound_call_config.
62 63 64 |
# File 'sig/types.rbs', line 62 def outbound_call_config @outbound_call_config end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
63 64 65 |
# File 'sig/types.rbs', line 63 def @tags end |