Class: Aws::SecurityHub::Types::GetInvitationsCountResponse

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

#invitations_countInteger

The number of all membership invitations sent to this Security Hub member account, not including the currently accepted invitation.

Returns:

  • (Integer)


25612
25613
25614
25615
25616
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25612

class GetInvitationsCountResponse < Struct.new(
  :invitations_count)
  SENSITIVE = []
  include Aws::Structure
end