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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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.



6743
6744
6745
6746
6747
6748
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6743

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)


6743
6744
6745
6746
6747
6748
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6743

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