Class: Aws::GuardDuty::Types::ListMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListMembersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#members ⇒ Array<Types::Member>
A list of members.
-
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
Instance Attribute Details
#members ⇒ Array<Types::Member>
A list of members.
<note markdown=“1”> The values for ‘email` and `invitedAt` are available only if the member accounts are added by invitation.
</note>
5517 5518 5519 5520 5521 5522 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5517 class ListMembersResponse < Struct.new( :members, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
5517 5518 5519 5520 5521 5522 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5517 class ListMembersResponse < Struct.new( :members, :next_token) SENSITIVE = [] include Aws::Structure end |