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.
26693 26694 26695 26696 26697 26698 26699 26700 26701 26702 26703 26704 26705 26706 26707 26708 26709 26710 26711 26712 26713 26714 26715 26716 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26693 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.
26693 26694 26695 26696 26697 26698 26699 26700 26701 26702 26703 26704 26705 26706 26707 26708 26709 26710 26711 26712 26713 26714 26715 26716 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26693 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.
26693 26694 26695 26696 26697 26698 26699 26700 26701 26702 26703 26704 26705 26706 26707 26708 26709 26710 26711 26712 26713 26714 26715 26716 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26693 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.
26693 26694 26695 26696 26697 26698 26699 26700 26701 26702 26703 26704 26705 26706 26707 26708 26709 26710 26711 26712 26713 26714 26715 26716 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26693 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.
26693 26694 26695 26696 26697 26698 26699 26700 26701 26702 26703 26704 26705 26706 26707 26708 26709 26710 26711 26712 26713 26714 26715 26716 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26693 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.
26693 26694 26695 26696 26697 26698 26699 26700 26701 26702 26703 26704 26705 26706 26707 26708 26709 26710 26711 26712 26713 26714 26715 26716 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26693 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.
26693 26694 26695 26696 26697 26698 26699 26700 26701 26702 26703 26704 26705 26706 26707 26708 26709 26710 26711 26712 26713 26714 26715 26716 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26693 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.
26693 26694 26695 26696 26697 26698 26699 26700 26701 26702 26703 26704 26705 26706 26707 26708 26709 26710 26711 26712 26713 26714 26715 26716 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26693 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
26693 26694 26695 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26693 def unknown @unknown end |