Class: Aws::GuardDuty::Types::GetOrganizationStatisticsResponse

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

#organization_detailsTypes::OrganizationDetails

Information about the statistics report for your organization.



3556
3557
3558
3559
3560
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3556

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