Class: Aws::Macie2::Types::GetInvitationsCountResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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_countInteger

Returns:

  • (Integer)


3058
3059
3060
3061
3062
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3058

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