Class: Aws::SecurityHub::Types::ListInvitationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invitationsArray<Types::Invitation>

The details of the invitations returned by the operation.

Returns:



26508
26509
26510
26511
26512
26513
# File 'lib/aws-sdk-securityhub/types.rb', line 26508

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

#next_tokenString

The pagination token to use to request the next page of results.

Returns:

  • (String)


26508
26509
26510
26511
26512
26513
# File 'lib/aws-sdk-securityhub/types.rb', line 26508

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