Class: Aws::Types::StopMonitoringMembersRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopMonitoringMembersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
3030 3031 3032 |
# File 'sig/types.rbs', line 3030 def account_ids @account_ids end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
3029 3030 3031 |
# File 'sig/types.rbs', line 3029 def detector_id @detector_id end |