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.



6249
6250
6251
6252
6253
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6249

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