Class: Aws::GuardDuty::Types::OrganizationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationDetails
- 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
-
#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.
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_at ⇒ Time
The timestamp at which the organization statistics was last updated. This is in UTC format.
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 |