Class: Aws::GuardDuty::Types::DetectorAdditionalConfigurationResult

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

Overview

Information about the additional configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the additional configuration.

Returns:

  • (String)


2116
2117
2118
2119
2120
2121
2122
# File 'lib/aws-sdk-guardduty/types.rb', line 2116

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

#statusString

Status of the additional configuration.

Returns:

  • (String)


2116
2117
2118
2119
2120
2121
2122
# File 'lib/aws-sdk-guardduty/types.rb', line 2116

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

#updated_atTime

The timestamp at which the additional configuration was last updated. This is in UTC format.

Returns:

  • (Time)


2116
2117
2118
2119
2120
2121
2122
# File 'lib/aws-sdk-guardduty/types.rb', line 2116

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