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.



4281
4282
4283
4284
4285
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4281

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