Class: Aws::GuardDuty::Types::ListInvitationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invitationsArray<Types::Invitation>

A list of invitation descriptions.

Returns:



4815
4816
4817
4818
4819
4820
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4815

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

#next_tokenString

The pagination parameter to be used on the next list operation to retrieve more items.

Returns:

  • (String)


4815
4816
4817
4818
4819
4820
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4815

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