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

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

#invitations_countInteger

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

Returns:

  • (Integer)


25736
25737
25738
25739
25740
# File 'lib/aws-sdk-securityhub/types.rb', line 25736

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