Class: Aws::SecurityHub::Types::FeatureDetail

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

Overview

Contains the status and metadata for an opt-in feature.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#feature_statusString

The current enablement status of the feature. Valid values: ENABLED | DISABLED.

Returns:

  • (String)


25201
25202
25203
25204
25205
25206
# File 'lib/aws-sdk-securityhub/types.rb', line 25201

class FeatureDetail < Struct.new(
  :feature_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time when the feature status was last updated.

Returns:

  • (Time)


25201
25202
25203
25204
25205
25206
# File 'lib/aws-sdk-securityhub/types.rb', line 25201

class FeatureDetail < Struct.new(
  :feature_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end