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.
5887 5888 5889 |
# File 'sig/types.rbs', line 5887 def allowed_monitor_capabilities @allowed_monitor_capabilities end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
5888 5889 5890 |
# File 'sig/types.rbs', line 5888 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
5885 5886 5887 |
# File 'sig/types.rbs', line 5885 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
5884 5885 5886 |
# File 'sig/types.rbs', line 5884 def instance_id @instance_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
5886 5887 5888 |
# File 'sig/types.rbs', line 5886 def user_id @user_id end |