Class: Aws::Detective::Types::ListInvitationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invitationsArray<Types::MemberDetail>

The list of behavior graphs for which the member account has open or accepted invitations.

Returns:



1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1103

class ListInvitationsResponse < Struct.new(
  :invitations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1103

class ListInvitationsResponse < Struct.new(
  :invitations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end