Class: Aws::Types::GetMemberDetectorsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMemberDetectorsRequest
- 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.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def account_ids @account_ids end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def detector_id @detector_id end |