Class: Aws::GuardDuty::Types::MemberAdditionalConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Information about the additional configuration for the member account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the additional configuration.



9842
9843
9844
9845
9846
9847
# File 'lib/aws-sdk-guardduty/types.rb', line 9842

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

#statusString

Status of the additional configuration.



9842
9843
9844
9845
9846
9847
# File 'lib/aws-sdk-guardduty/types.rb', line 9842

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