Class: Aws::Types::ContactDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::ContactDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#campaign ⇒ Types::Campaign
Returns the value of attribute campaign.
-
#customer_endpoint ⇒ Types::Endpoint
Returns the value of attribute customer_endpoint.
-
#outbound_strategy ⇒ Types::OutboundStrategy
Returns the value of attribute outbound_strategy.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#request_identifier ⇒ ::String
Returns the value of attribute request_identifier.
-
#system_endpoint ⇒ Types::Endpoint
Returns the value of attribute system_endpoint.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
979 980 981 |
# File 'sig/types.rbs', line 979 def attributes @attributes end |
#campaign ⇒ Types::Campaign
Returns the value of attribute campaign.
980 981 982 |
# File 'sig/types.rbs', line 980 def campaign @campaign end |
#customer_endpoint ⇒ Types::Endpoint
Returns the value of attribute customer_endpoint.
976 977 978 |
# File 'sig/types.rbs', line 976 def customer_endpoint @customer_endpoint end |
#outbound_strategy ⇒ Types::OutboundStrategy
Returns the value of attribute outbound_strategy.
981 982 983 |
# File 'sig/types.rbs', line 981 def outbound_strategy @outbound_strategy end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
978 979 980 |
# File 'sig/types.rbs', line 978 def queue_id @queue_id end |
#request_identifier ⇒ ::String
Returns the value of attribute request_identifier.
977 978 979 |
# File 'sig/types.rbs', line 977 def request_identifier @request_identifier end |
#system_endpoint ⇒ Types::Endpoint
Returns the value of attribute system_endpoint.
975 976 977 |
# File 'sig/types.rbs', line 975 def system_endpoint @system_endpoint end |