Class: Aws::GuardDuty::Types::MemberAdditionalConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MemberAdditionalConfigurationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Information about the additional configuration for the member account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Indicates the name of the additional configuration that is set for the member account.
-
#status ⇒ String
Indicates the status of the additional configuration that is set for the member account.
-
#updated_at ⇒ Time
The timestamp at which the additional configuration was set for the member account.
Instance Attribute Details
#name ⇒ String
Indicates the name of the additional configuration that is set for the member account.
5758 5759 5760 5761 5762 5763 5764 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5758 class MemberAdditionalConfigurationResult < Struct.new( :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates the status of the additional configuration that is set for the member account.
5758 5759 5760 5761 5762 5763 5764 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5758 class MemberAdditionalConfigurationResult < Struct.new( :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp at which the additional configuration was set for the member account. This is in UTC format.
5758 5759 5760 5761 5762 5763 5764 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5758 class MemberAdditionalConfigurationResult < Struct.new( :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |