Class: Aws::GuardDuty::Types::GetMemberDetectorsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetMemberDetectorsRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The account ID of the member account.
-
#detector_id ⇒ String
The detector ID for the administrator account.
Instance Attribute Details
#account_ids ⇒ Array<String>
The account ID of the member account.
3075 3076 3077 3078 3079 3080 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3075 class GetMemberDetectorsRequest < Struct.new( :detector_id, :account_ids) SENSITIVE = [] include Aws::Structure end |
#detector_id ⇒ String
The detector ID for the administrator account.
3075 3076 3077 3078 3079 3080 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3075 class GetMemberDetectorsRequest < Struct.new( :detector_id, :account_ids) SENSITIVE = [] include Aws::Structure end |