Class: Aws::GuardDuty::Types::OrganizationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationDetails
- 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
-
#organization_statistics ⇒ Types::OrganizationStatistics
Information about the GuardDuty coverage statistics for members in your Amazon Web Services organization.
-
#updated_at ⇒ Time
The timestamp at which the organization statistics was last updated.
Instance Attribute Details
#organization_statistics ⇒ Types::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_at ⇒ Time
The timestamp at which the organization statistics was last updated. This is in UTC format.
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 |