Class: Aws::Detective::Types::CreateMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::CreateMembersResponse
- Defined in:
- gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#members ⇒ Array<Types::MemberDetail>
The set of member account invitation or enablement requests that Detective was able to process.
-
#unprocessed_accounts ⇒ Array<Types::UnprocessedAccount>
The list of accounts for which Detective was unable to process the invitation or enablement request.
Instance Attribute Details
#members ⇒ Array<Types::MemberDetail>
The set of member account invitation or enablement requests that Detective was able to process. This includes accounts that are being verified, that failed verification, and that passed verification and are being sent an invitation or are being enabled.
211 212 213 214 215 216 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 211 class CreateMembersResponse < Struct.new( :members, :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |
#unprocessed_accounts ⇒ Array<Types::UnprocessedAccount>
The list of accounts for which Detective was unable to process the invitation or enablement request. For each account, the list provides the reason why the request could not be processed. The list includes accounts that are already member accounts in the behavior graph.
211 212 213 214 215 216 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 211 class CreateMembersResponse < Struct.new( :members, :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |