Class: Aws::Types::MonitorContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::MonitorContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_monitor_capabilities ⇒ ::Array[("SILENT_MONITOR" | "BARGE")]
Returns the value of attribute allowed_monitor_capabilities.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#allowed_monitor_capabilities ⇒ ::Array[("SILENT_MONITOR" | "BARGE")]
Returns the value of attribute allowed_monitor_capabilities.
5733 5734 5735 |
# File 'sig/types.rbs', line 5733 def allowed_monitor_capabilities @allowed_monitor_capabilities end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
5734 5735 5736 |
# File 'sig/types.rbs', line 5734 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
5731 5732 5733 |
# File 'sig/types.rbs', line 5731 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
5730 5731 5732 |
# File 'sig/types.rbs', line 5730 def instance_id @instance_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
5732 5733 5734 |
# File 'sig/types.rbs', line 5732 def user_id @user_id end |