Class: Aws::Detective::Types::ListInvitationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::ListInvitationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invitations ⇒ Array<Types::MemberDetail>
The list of behavior graphs for which the member account has open or accepted invitations.
-
#next_token ⇒ String
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.
Instance Attribute Details
#invitations ⇒ Array<Types::MemberDetail>
The list of behavior graphs for which the member account has open or accepted invitations.
1103 1104 1105 1106 1107 1108 |
# File 'lib/aws-sdk-detective/types.rb', line 1103 class ListInvitationsResponse < Struct.new( :invitations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.
1103 1104 1105 1106 1107 1108 |
# File 'lib/aws-sdk-detective/types.rb', line 1103 class ListInvitationsResponse < Struct.new( :invitations, :next_token) SENSITIVE = [] include Aws::Structure end |