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.
5997 5998 5999 |
# File 'sig/types.rbs', line 5997 def allowed_monitor_capabilities @allowed_monitor_capabilities end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
5998 5999 6000 |
# File 'sig/types.rbs', line 5998 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
5995 5996 5997 |
# File 'sig/types.rbs', line 5995 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
5994 5995 5996 |
# File 'sig/types.rbs', line 5994 def instance_id @instance_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
5996 5997 5998 |
# File 'sig/types.rbs', line 5996 def user_id @user_id end |