Class: Aws::GuardDuty::Types::MemberFeaturesConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MemberFeaturesConfiguration
- 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::MemberAdditionalConfiguration>
Additional configuration of the feature for the member account.
-
#name ⇒ String
The name of the feature.
-
#status ⇒ String
The status of the feature.
Instance Attribute Details
#additional_configuration ⇒ Array<Types::MemberAdditionalConfiguration>
Additional configuration of the feature for the member account.
7006 7007 7008 7009 7010 7011 7012 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7006 class MemberFeaturesConfiguration < Struct.new( :name, :status, :additional_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the feature.
7006 7007 7008 7009 7010 7011 7012 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7006 class MemberFeaturesConfiguration < Struct.new( :name, :status, :additional_configuration) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the feature.
7006 7007 7008 7009 7010 7011 7012 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7006 class MemberFeaturesConfiguration < Struct.new( :name, :status, :additional_configuration) SENSITIVE = [] include Aws::Structure end |