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.
9946 9947 9948 9949 9950 9951 9952 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9946 class MemberFeaturesConfiguration < Struct.new( :name, :status, :additional_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the feature.
9946 9947 9948 9949 9950 9951 9952 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9946 class MemberFeaturesConfiguration < Struct.new( :name, :status, :additional_configuration) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the feature.
9946 9947 9948 9949 9950 9951 9952 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9946 class MemberFeaturesConfiguration < Struct.new( :name, :status, :additional_configuration) SENSITIVE = [] include Aws::Structure end |