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.



5364
5365
5366
5367
5368
5369
5370
5371
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5364

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)


5364
5365
5366
5367
5368
5369
5370
5371
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5364

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)


5364
5365
5366
5367
5368
5369
5370
5371
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5364

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)


5364
5365
5366
5367
5368
5369
5370
5371
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5364

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