Class: Aws::Types::UpdateContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#customer_endpoint ⇒ Types::Endpoint
Returns the value of attribute customer_endpoint.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#queue_info ⇒ Types::QueueInfoInput
Returns the value of attribute queue_info.
-
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
-
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
-
#system_endpoint ⇒ Types::Endpoint
Returns the value of attribute system_endpoint.
-
#user_info ⇒ Types::UserInfo
Returns the value of attribute user_info.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8398 8399 8400 |
# File 'sig/types.rbs', line 8398 def contact_id @contact_id end |
#customer_endpoint ⇒ Types::Endpoint
Returns the value of attribute customer_endpoint.
8405 8406 8407 |
# File 'sig/types.rbs', line 8405 def customer_endpoint @customer_endpoint end |
#description ⇒ ::String
Returns the value of attribute description.
8400 8401 8402 |
# File 'sig/types.rbs', line 8400 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8397 8398 8399 |
# File 'sig/types.rbs', line 8397 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8399 8400 8401 |
# File 'sig/types.rbs', line 8399 def name @name end |
#queue_info ⇒ Types::QueueInfoInput
Returns the value of attribute queue_info.
8403 8404 8405 |
# File 'sig/types.rbs', line 8403 def queue_info @queue_info end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
8401 8402 8403 |
# File 'sig/types.rbs', line 8401 def references @references end |
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
8402 8403 8404 |
# File 'sig/types.rbs', line 8402 def segment_attributes @segment_attributes end |
#system_endpoint ⇒ Types::Endpoint
Returns the value of attribute system_endpoint.
8406 8407 8408 |
# File 'sig/types.rbs', line 8406 def system_endpoint @system_endpoint end |
#user_info ⇒ Types::UserInfo
Returns the value of attribute user_info.
8404 8405 8406 |
# File 'sig/types.rbs', line 8404 def user_info @user_info end |