Class: Aws::GuardDuty::Types::MemberFeaturesConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the feature.

Returns:

  • (String)


4148
4149
4150
4151
4152
4153
# File 'lib/aws-sdk-guardduty/types.rb', line 4148

class MemberFeaturesConfiguration < Struct.new(
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the feature.

Returns:

  • (String)


4148
4149
4150
4151
4152
4153
# File 'lib/aws-sdk-guardduty/types.rb', line 4148

class MemberFeaturesConfiguration < Struct.new(
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end