Class: Aws::SecurityHub::Types::EnableSecurityHubFeatureV2Request

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#feature_nameString

The name of the feature to enable.

Returns:

  • (String)


25047
25048
25049
25050
25051
# File 'lib/aws-sdk-securityhub/types.rb', line 25047

class EnableSecurityHubFeatureV2Request < Struct.new(
  :feature_name)
  SENSITIVE = []
  include Aws::Structure
end