Class: Aws::GuardDuty::Types::GetInvitationsCountResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GuardDuty::Types::GetInvitationsCountResponse
 
- Includes:
- Structure
- Defined in:
- 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.
| 3518 3519 3520 3521 3522 | # File 'lib/aws-sdk-guardduty/types.rb', line 3518 class GetInvitationsCountResponse < Struct.new( :invitations_count) SENSITIVE = [] include Aws::Structure end |