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

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

Instance Attribute Details

#additional_configurationArray<Types::MemberAdditionalConfigurationResult>

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



5832
5833
5834
5835
5836
5837
5838
5839
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5832

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)


5832
5833
5834
5835
5836
5837
5838
5839
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5832

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)


5832
5833
5834
5835
5836
5837
5838
5839
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5832

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)


5832
5833
5834
5835
5836
5837
5838
5839
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5832

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