Class: Aws::Detective::Types::GetMembersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::GetMembersRequest
- Defined in:
- gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The list of Amazon Web Services account identifiers for the member account for which to return member details.
-
#graph_arn ⇒ String
The ARN of the behavior graph for which to request the member details.
Instance Attribute Details
#account_ids ⇒ Array<String>
The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.
You cannot use GetMembers
to retrieve information about member
accounts that were removed from the behavior graph.
609 610 611 612 613 614 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 609 class GetMembersRequest < Struct.new( :graph_arn, :account_ids) SENSITIVE = [] include Aws::Structure end |
#graph_arn ⇒ String
The ARN of the behavior graph for which to request the member details.
609 610 611 612 613 614 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 609 class GetMembersRequest < Struct.new( :graph_arn, :account_ids) SENSITIVE = [] include Aws::Structure end |