Class: Aws::GuardDuty::Types::ListMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListMembersResponse
- Defined in:
- gems/aws-sdk-guardduty/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.
email
and invitedAt
are available only if the
member accounts are added by invitation.
5758 5759 5760 5761 5762 5763 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5758 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.
5758 5759 5760 5761 5762 5763 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5758 class ListMembersResponse < Struct.new( :members, :next_token) SENSITIVE = [] include Aws::Structure end |