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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invitations_countInteger

The number of received invitations.

Returns:

  • (Integer)


3416
3417
3418
3419
3420
# File 'lib/aws-sdk-guardduty/types.rb', line 3416

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