Class: Aws::Types::ConfigurationOptions
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationOptions
- 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 ⇒ Types::BooleanConfigurationOptions
Returns the value of attribute boolean.
-
#double ⇒ Types::DoubleConfigurationOptions
Returns the value of attribute double.
-
#enum ⇒ Types::EnumConfigurationOptions
Returns the value of attribute enum.
-
#enum_list ⇒ Types::EnumListConfigurationOptions
Returns the value of attribute enum_list.
-
#integer ⇒ Types::IntegerConfigurationOptions
Returns the value of attribute integer.
-
#integer_list ⇒ Types::IntegerListConfigurationOptions
Returns the value of attribute integer_list.
-
#string ⇒ Types::StringConfigurationOptions
Returns the value of attribute string.
-
#string_list ⇒ Types::StringListConfigurationOptions
Returns the value of attribute string_list.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#boolean ⇒ Types::BooleanConfigurationOptions
Returns the value of attribute boolean.
5006 5007 5008 |
# File 'sig/types.rbs', line 5006 def boolean @boolean end |
#double ⇒ Types::DoubleConfigurationOptions
Returns the value of attribute double.
5003 5004 5005 |
# File 'sig/types.rbs', line 5003 def double @double end |
#enum ⇒ Types::EnumConfigurationOptions
Returns the value of attribute enum.
5007 5008 5009 |
# File 'sig/types.rbs', line 5007 def enum @enum end |
#enum_list ⇒ Types::EnumListConfigurationOptions
Returns the value of attribute enum_list.
5008 5009 5010 |
# File 'sig/types.rbs', line 5008 def enum_list @enum_list end |
#integer ⇒ Types::IntegerConfigurationOptions
Returns the value of attribute integer.
5001 5002 5003 |
# File 'sig/types.rbs', line 5001 def integer @integer end |
#integer_list ⇒ Types::IntegerListConfigurationOptions
Returns the value of attribute integer_list.
5002 5003 5004 |
# File 'sig/types.rbs', line 5002 def integer_list @integer_list end |
#string ⇒ Types::StringConfigurationOptions
Returns the value of attribute string.
5004 5005 5006 |
# File 'sig/types.rbs', line 5004 def string @string end |
#string_list ⇒ Types::StringListConfigurationOptions
Returns the value of attribute string_list.
5005 5006 5007 |
# File 'sig/types.rbs', line 5005 def string_list @string_list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
5009 5010 5011 |
# File 'sig/types.rbs', line 5009 def unknown @unknown end |