Class: Aws::GuardDuty::Types::MemberFeaturesConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MemberFeaturesConfigurationResult
- Defined in:
- gems/aws-sdk-guardduty/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.
6538 6539 6540 6541 6542 6543 6544 6545 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6538 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.
6538 6539 6540 6541 6542 6543 6544 6545 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6538 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.
6538 6539 6540 6541 6542 6543 6544 6545 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6538 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.
6538 6539 6540 6541 6542 6543 6544 6545 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6538 class MemberFeaturesConfigurationResult < Struct.new( :name, :status, :updated_at, :additional_configuration) SENSITIVE = [] include Aws::Structure end |