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.



5672
5673
5674
5675
5676
5677
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5672

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)


5672
5673
5674
5675
5676
5677
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5672

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