Class: Aws::Types::StartMonitoringMembersRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartMonitoringMembersRequest
- 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.
3019 3020 3021 |
# File 'sig/types.rbs', line 3019 def account_ids @account_ids end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
3018 3019 3020 |
# File 'sig/types.rbs', line 3018 def detector_id @detector_id end |