Class: Aws::GuardDuty::Types::MemberAdditionalConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MemberAdditionalConfigurationResult
- Defined in:
- gems/aws-sdk-guardduty/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.
6264 6265 6266 6267 6268 6269 6270 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6264 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.
6264 6265 6266 6267 6268 6269 6270 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6264 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.
6264 6265 6266 6267 6268 6269 6270 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6264 class MemberAdditionalConfigurationResult < Struct.new( :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |