Class: Aws::Types::CreateCampaignRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connect_instance_id ⇒ ::String

Returns the value of attribute connect_instance_id.

Returns:

  • (::String)


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.

Returns:



61
62
63
# File 'sig/types.rbs', line 61

def dialer_config
  @dialer_config
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


63
64
65
# File 'sig/types.rbs', line 63

def tags
  @tags
end