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.
6314 6315 6316 6317 6318 6319 6320 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6314 class MemberFeaturesConfiguration < Struct.new( :name, :status, :additional_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the feature.
6314 6315 6316 6317 6318 6319 6320 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6314 class MemberFeaturesConfiguration < Struct.new( :name, :status, :additional_configuration) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the feature.
6314 6315 6316 6317 6318 6319 6320 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6314 class MemberFeaturesConfiguration < Struct.new( :name, :status, :additional_configuration) SENSITIVE = [] include Aws::Structure end |