Class: Aws::Types::ParameterValue
- Inherits:
-
Object
- Object
- Aws::Types::ParameterValue
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Boolean, Double, Enum, EnumList, Integer, IntegerList, String, StringList, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#boolean ⇒ Boolean
Returns the value of attribute boolean.
-
#double ⇒ ::Float
Returns the value of attribute double.
-
#enum ⇒ ::String
Returns the value of attribute enum.
-
#enum_list ⇒ ::Array[::String]
Returns the value of attribute enum_list.
-
#integer ⇒ ::Integer
Returns the value of attribute integer.
-
#integer_list ⇒ ::Array[::Integer]
Returns the value of attribute integer_list.
-
#string ⇒ ::String
Returns the value of attribute string.
-
#string_list ⇒ ::Array[::String]
Returns the value of attribute string_list.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#boolean ⇒ Boolean
Returns the value of attribute boolean.
6806 6807 6808 |
# File 'sig/types.rbs', line 6806 def boolean @boolean end |
#double ⇒ ::Float
Returns the value of attribute double.
6803 6804 6805 |
# File 'sig/types.rbs', line 6803 def double @double end |
#enum ⇒ ::String
Returns the value of attribute enum.
6807 6808 6809 |
# File 'sig/types.rbs', line 6807 def enum @enum end |
#enum_list ⇒ ::Array[::String]
Returns the value of attribute enum_list.
6808 6809 6810 |
# File 'sig/types.rbs', line 6808 def enum_list @enum_list end |
#integer ⇒ ::Integer
Returns the value of attribute integer.
6801 6802 6803 |
# File 'sig/types.rbs', line 6801 def integer @integer end |
#integer_list ⇒ ::Array[::Integer]
Returns the value of attribute integer_list.
6802 6803 6804 |
# File 'sig/types.rbs', line 6802 def integer_list @integer_list end |
#string ⇒ ::String
Returns the value of attribute string.
6804 6805 6806 |
# File 'sig/types.rbs', line 6804 def string @string end |
#string_list ⇒ ::Array[::String]
Returns the value of attribute string_list.
6805 6806 6807 |
# File 'sig/types.rbs', line 6805 def string_list @string_list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6809 6810 6811 |
# File 'sig/types.rbs', line 6809 def unknown @unknown end |