Class: Aws::SecurityHub::Types::DisableSecurityHubFeatureV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DisableSecurityHubFeatureV2Request
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feature_name ⇒ String
The name of the feature to disable.
Instance Attribute Details
#feature_name ⇒ String
The name of the feature to disable.
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 |