Class: Aws::SecurityHub::Types::ParameterValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ParameterValue
- Includes:
- Aws::Structure, Aws::Structure::Union
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
ParameterValue is a union - when making an API calls you must set exactly one of the members.
ParameterValue is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ParameterValue corresponding to the set member.
An object that includes the data type of a security control parameter and its current value.
Direct Known Subclasses
Boolean, Double, Enum, EnumList, Integer, IntegerList, String, StringList, Unknown
Defined Under Namespace
Classes: Boolean, Double, Enum, EnumList, Integer, IntegerList, String, StringList, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#boolean ⇒ Boolean
A control parameter that is a boolean.
-
#double ⇒ Float
A control parameter that is a double.
-
#enum ⇒ String
A control parameter that is an enum.
-
#enum_list ⇒ Array<String>
A control parameter that is a list of enums.
-
#integer ⇒ Integer
A control parameter that is an integer.
-
#integer_list ⇒ Array<Integer>
A control parameter that is a list of integers.
-
#string ⇒ String
A control parameter that is a string.
-
#string_list ⇒ Array<String>
A control parameter that is a list of strings.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#boolean ⇒ Boolean
A control parameter that is a boolean.
27462 27463 27464 27465 27466 27467 27468 27469 27470 27471 27472 27473 27474 27475 27476 27477 27478 27479 27480 27481 27482 27483 27484 27485 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27462 class ParameterValue < Struct.new( :integer, :integer_list, :double, :string, :string_list, :boolean, :enum, :enum_list, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Integer < ParameterValue; end class IntegerList < ParameterValue; end class Double < ParameterValue; end class String < ParameterValue; end class StringList < ParameterValue; end class Boolean < ParameterValue; end class Enum < ParameterValue; end class EnumList < ParameterValue; end class Unknown < ParameterValue; end end |
#double ⇒ Float
A control parameter that is a double.
27462 27463 27464 27465 27466 27467 27468 27469 27470 27471 27472 27473 27474 27475 27476 27477 27478 27479 27480 27481 27482 27483 27484 27485 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27462 class ParameterValue < Struct.new( :integer, :integer_list, :double, :string, :string_list, :boolean, :enum, :enum_list, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Integer < ParameterValue; end class IntegerList < ParameterValue; end class Double < ParameterValue; end class String < ParameterValue; end class StringList < ParameterValue; end class Boolean < ParameterValue; end class Enum < ParameterValue; end class EnumList < ParameterValue; end class Unknown < ParameterValue; end end |
#enum ⇒ String
A control parameter that is an enum.
27462 27463 27464 27465 27466 27467 27468 27469 27470 27471 27472 27473 27474 27475 27476 27477 27478 27479 27480 27481 27482 27483 27484 27485 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27462 class ParameterValue < Struct.new( :integer, :integer_list, :double, :string, :string_list, :boolean, :enum, :enum_list, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Integer < ParameterValue; end class IntegerList < ParameterValue; end class Double < ParameterValue; end class String < ParameterValue; end class StringList < ParameterValue; end class Boolean < ParameterValue; end class Enum < ParameterValue; end class EnumList < ParameterValue; end class Unknown < ParameterValue; end end |
#enum_list ⇒ Array<String>
A control parameter that is a list of enums.
27462 27463 27464 27465 27466 27467 27468 27469 27470 27471 27472 27473 27474 27475 27476 27477 27478 27479 27480 27481 27482 27483 27484 27485 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27462 class ParameterValue < Struct.new( :integer, :integer_list, :double, :string, :string_list, :boolean, :enum, :enum_list, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Integer < ParameterValue; end class IntegerList < ParameterValue; end class Double < ParameterValue; end class String < ParameterValue; end class StringList < ParameterValue; end class Boolean < ParameterValue; end class Enum < ParameterValue; end class EnumList < ParameterValue; end class Unknown < ParameterValue; end end |
#integer ⇒ Integer
A control parameter that is an integer.
27462 27463 27464 27465 27466 27467 27468 27469 27470 27471 27472 27473 27474 27475 27476 27477 27478 27479 27480 27481 27482 27483 27484 27485 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27462 class ParameterValue < Struct.new( :integer, :integer_list, :double, :string, :string_list, :boolean, :enum, :enum_list, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Integer < ParameterValue; end class IntegerList < ParameterValue; end class Double < ParameterValue; end class String < ParameterValue; end class StringList < ParameterValue; end class Boolean < ParameterValue; end class Enum < ParameterValue; end class EnumList < ParameterValue; end class Unknown < ParameterValue; end end |
#integer_list ⇒ Array<Integer>
A control parameter that is a list of integers.
27462 27463 27464 27465 27466 27467 27468 27469 27470 27471 27472 27473 27474 27475 27476 27477 27478 27479 27480 27481 27482 27483 27484 27485 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27462 class ParameterValue < Struct.new( :integer, :integer_list, :double, :string, :string_list, :boolean, :enum, :enum_list, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Integer < ParameterValue; end class IntegerList < ParameterValue; end class Double < ParameterValue; end class String < ParameterValue; end class StringList < ParameterValue; end class Boolean < ParameterValue; end class Enum < ParameterValue; end class EnumList < ParameterValue; end class Unknown < ParameterValue; end end |
#string ⇒ String
A control parameter that is a string.
27462 27463 27464 27465 27466 27467 27468 27469 27470 27471 27472 27473 27474 27475 27476 27477 27478 27479 27480 27481 27482 27483 27484 27485 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27462 class ParameterValue < Struct.new( :integer, :integer_list, :double, :string, :string_list, :boolean, :enum, :enum_list, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Integer < ParameterValue; end class IntegerList < ParameterValue; end class Double < ParameterValue; end class String < ParameterValue; end class StringList < ParameterValue; end class Boolean < ParameterValue; end class Enum < ParameterValue; end class EnumList < ParameterValue; end class Unknown < ParameterValue; end end |
#string_list ⇒ Array<String>
A control parameter that is a list of strings.
27462 27463 27464 27465 27466 27467 27468 27469 27470 27471 27472 27473 27474 27475 27476 27477 27478 27479 27480 27481 27482 27483 27484 27485 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27462 class ParameterValue < Struct.new( :integer, :integer_list, :double, :string, :string_list, :boolean, :enum, :enum_list, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Integer < ParameterValue; end class IntegerList < ParameterValue; end class Double < ParameterValue; end class String < ParameterValue; end class StringList < ParameterValue; end class Boolean < ParameterValue; end class Enum < ParameterValue; end class EnumList < ParameterValue; end class Unknown < ParameterValue; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
27462 27463 27464 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27462 def unknown @unknown end |