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.
6076 6077 6078 |
# File 'sig/types.rbs', line 6076 def allowed_monitor_capabilities @allowed_monitor_capabilities end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
6077 6078 6079 |
# File 'sig/types.rbs', line 6077 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
6074 6075 6076 |
# File 'sig/types.rbs', line 6074 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
6073 6074 6075 |
# File 'sig/types.rbs', line 6073 def instance_id @instance_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
6075 6076 6077 |
# File 'sig/types.rbs', line 6075 def user_id @user_id end |