Class: Aws::GuardDuty::Types::OrganizationFeatureConfiguration

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

Overview

A list of features which will be configured for the organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enableString

The status of the feature that will be configured for the organization.

Returns:

  • (String)


4417
4418
4419
4420
4421
4422
# File 'lib/aws-sdk-guardduty/types.rb', line 4417

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

#nameString

The name of the feature that will be configured for the organization.

Returns:

  • (String)


4417
4418
4419
4420
4421
4422
# File 'lib/aws-sdk-guardduty/types.rb', line 4417

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