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

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


3678
3679
3680
3681
3682
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3678

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