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

#nameString

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

Returns:

  • (String)


4172
4173
4174
4175
4176
4177
4178
# File 'lib/aws-sdk-guardduty/types.rb', line 4172

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

#statusString

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

Returns:

  • (String)


4172
4173
4174
4175
4176
4177
4178
# File 'lib/aws-sdk-guardduty/types.rb', line 4172

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

#updated_atTime

The timestamp at which the feature object was updated.

Returns:

  • (Time)


4172
4173
4174
4175
4176
4177
4178
# File 'lib/aws-sdk-guardduty/types.rb', line 4172

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