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.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def attributes @attributes end |
#campaign ⇒ Types::Campaign
Returns the value of attribute campaign.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def campaign @campaign end |
#customer_endpoint ⇒ Types::Endpoint
Returns the value of attribute customer_endpoint.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def customer_endpoint @customer_endpoint end |
#outbound_strategy ⇒ Types::OutboundStrategy
Returns the value of attribute outbound_strategy.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def outbound_strategy @outbound_strategy end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def queue_id @queue_id end |
#request_identifier ⇒ ::String
Returns the value of attribute request_identifier.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def request_identifier @request_identifier end |
#system_endpoint ⇒ Types::Endpoint
Returns the value of attribute system_endpoint.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def system_endpoint @system_endpoint end |