Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SecurityHub::Types::EnumConfigurationOptions

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

Overview

The options for customizing a security control parameter that is an enum.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesArray<String>

The valid values for a control parameter that is an enum.

Returns:

  • (Array<String>)

23798
23799
23800
23801
23802
23803
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23798

class EnumConfigurationOptions < Struct.new(
  :default_value,
  :allowed_values)
  SENSITIVE = []
  include Aws::Structure
end

#default_valueString

The Security Hub default value for a control parameter that is an enum.

Returns:

  • (String)

23798
23799
23800
23801
23802
23803
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23798

class EnumConfigurationOptions < Struct.new(
  :default_value,
  :allowed_values)
  SENSITIVE = []
  include Aws::Structure
end