Class: Aws::GuardDuty::Types::OrganizationDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Information about GuardDuty coverage statistics for members in your Amazon Web Services organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#organization_statisticsTypes::OrganizationStatistics

Information about the GuardDuty coverage statistics for members in your Amazon Web Services organization.



6417
6418
6419
6420
6421
6422
# File 'lib/aws-sdk-guardduty/types.rb', line 6417

class OrganizationDetails < Struct.new(
  :updated_at,
  :organization_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp at which the organization statistics was last updated. This is in UTC format.

Returns:

  • (Time)


6417
6418
6419
6420
6421
6422
# File 'lib/aws-sdk-guardduty/types.rb', line 6417

class OrganizationDetails < Struct.new(
  :updated_at,
  :organization_statistics)
  SENSITIVE = []
  include Aws::Structure
end