Class: Aws::SecurityHub::Types::DisableSecurityHubFeatureV2Request

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 disable.

Returns:

  • (String)


24855
24856
24857
24858
24859
# File 'lib/aws-sdk-securityhub/types.rb', line 24855

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