Class: Aws::SecurityHub::Types::GetInvitationsCountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetInvitationsCountResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invitations_count ⇒ Integer
The number of all membership invitations sent to this Security Hub member account, not including the currently accepted invitation.
Instance Attribute Details
#invitations_count ⇒ Integer
The number of all membership invitations sent to this Security Hub member account, not including the currently accepted invitation.
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 |