Class: Aws::GuardDuty::Types::MemberFeaturesConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MemberFeaturesConfigurationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the features for the member account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_configuration ⇒ Array<Types::MemberAdditionalConfigurationResult>
Indicates the additional configuration of the feature that is configured for the member account.
-
#name ⇒ String
Indicates the name of the feature that is enabled for the detector.
-
#status ⇒ String
Indicates the status of the feature that is enabled for the detector.
-
#updated_at ⇒ Time
The timestamp at which the feature object was updated.
Instance Attribute Details
#additional_configuration ⇒ Array<Types::MemberAdditionalConfigurationResult>
Indicates the additional configuration of the feature that is configured for the member account.
6103 6104 6105 6106 6107 6108 6109 6110 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6103 class MemberFeaturesConfigurationResult < Struct.new( :name, :status, :updated_at, :additional_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Indicates the name of the feature that is enabled for the detector.
6103 6104 6105 6106 6107 6108 6109 6110 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6103 class MemberFeaturesConfigurationResult < Struct.new( :name, :status, :updated_at, :additional_configuration) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates the status of the feature that is enabled for the detector.
6103 6104 6105 6106 6107 6108 6109 6110 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6103 class MemberFeaturesConfigurationResult < Struct.new( :name, :status, :updated_at, :additional_configuration) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp at which the feature object was updated.
6103 6104 6105 6106 6107 6108 6109 6110 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6103 class MemberFeaturesConfigurationResult < Struct.new( :name, :status, :updated_at, :additional_configuration) SENSITIVE = [] include Aws::Structure end |