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)


24623
24624
24625
24626
24627
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24623

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