Class: Aws::GuardDuty::Types::GetInvitationsCountResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

GetInvitationsCount response object.

Instance Attribute Summary collapse

Instance Attribute Details

#invitations_countInteger

The number of received invitations.

Returns:

  • (Integer)


1365
1366
1367
1368
# File 'lib/aws-sdk-guardduty/types.rb', line 1365

class GetInvitationsCountResponse < Struct.new(
  :invitations_count)
  include Aws::Structure
end