Class: Aws::GuardDuty::Types::MemberFeaturesConfigurationResult

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

#additional_configurationArray<Types::MemberAdditionalConfigurationResult>

Indicates the additional configuration of the feature that is configured for the member account.



7026
7027
7028
7029
7030
7031
7032
7033
# File 'lib/aws-sdk-guardduty/types.rb', line 7026

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

#nameString

Indicates the name of the feature that is enabled for the detector.

Returns:

  • (String)


7026
7027
7028
7029
7030
7031
7032
7033
# File 'lib/aws-sdk-guardduty/types.rb', line 7026

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

#statusString

Indicates the status of the feature that is enabled for the detector.

Returns:

  • (String)


7026
7027
7028
7029
7030
7031
7032
7033
# File 'lib/aws-sdk-guardduty/types.rb', line 7026

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

#updated_atTime

The timestamp at which the feature object was updated.

Returns:

  • (Time)


7026
7027
7028
7029
7030
7031
7032
7033
# File 'lib/aws-sdk-guardduty/types.rb', line 7026

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