Class: Aws::Types::ContactDataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

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


998
999
1000
# File 'sig/types.rbs', line 998

def attributes
  @attributes
end

#campaignTypes::Campaign

Returns the value of attribute campaign.

Returns:



999
1000
1001
# File 'sig/types.rbs', line 999

def campaign
  @campaign
end

#customer_endpointTypes::Endpoint

Returns the value of attribute customer_endpoint.

Returns:



995
996
997
# File 'sig/types.rbs', line 995

def customer_endpoint
  @customer_endpoint
end

#outbound_strategyTypes::OutboundStrategy

Returns the value of attribute outbound_strategy.



1000
1001
1002
# File 'sig/types.rbs', line 1000

def outbound_strategy
  @outbound_strategy
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


997
998
999
# File 'sig/types.rbs', line 997

def queue_id
  @queue_id
end

#request_identifier::String

Returns the value of attribute request_identifier.

Returns:

  • (::String)


996
997
998
# File 'sig/types.rbs', line 996

def request_identifier
  @request_identifier
end

#system_endpointTypes::Endpoint

Returns the value of attribute system_endpoint.

Returns:



994
995
996
# File 'sig/types.rbs', line 994

def system_endpoint
  @system_endpoint
end