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.
5892 5893 5894 |
# File 'sig/types.rbs', line 5892 def allowed_monitor_capabilities @allowed_monitor_capabilities end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
5893 5894 5895 |
# File 'sig/types.rbs', line 5893 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
5890 5891 5892 |
# File 'sig/types.rbs', line 5890 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
5889 5890 5891 |
# File 'sig/types.rbs', line 5889 def instance_id @instance_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
5891 5892 5893 |
# File 'sig/types.rbs', line 5891 def user_id @user_id end |