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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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:



25387
25388
25389
25390
25391
25392
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25387

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)


25387
25388
25389
25390
25391
25392
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25387

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