Class: Aws::Detective::Types::CreateMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::CreateMembersResponse
- Includes:
- Structure
- Defined in:
- 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.
275 276 277 278 279 280 |
# File 'lib/aws-sdk-detective/types.rb', line 275 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.
275 276 277 278 279 280 |
# File 'lib/aws-sdk-detective/types.rb', line 275 class CreateMembersResponse < Struct.new( :members, :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |