Class: Aws::GuardDuty::Types::GetInvitationsCountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetInvitationsCountResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invitations_count ⇒ Integer
The number of received invitations.
Instance Attribute Details
#invitations_count ⇒ Integer
The number of received invitations.
4048 4049 4050 4051 4052 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4048 class GetInvitationsCountResponse < Struct.new( :invitations_count) SENSITIVE = [] include Aws::Structure end |