Class: Aws::Macie2::Types::GetInvitationsCountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetInvitationsCountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides the count of all the Amazon Macie membership invitations that were received by an account, not including the currently accepted invitation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#invitations_count ⇒ Integer
3161 3162 3163 3164 3165 |
# File 'lib/aws-sdk-macie2/types.rb', line 3161 class GetInvitationsCountResponse < Struct.new( :invitations_count) SENSITIVE = [] include Aws::Structure end |