Class: Aws::Types::OptionSetting
- Inherits:
-
Object
- Object
- Aws::Types::OptionSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
-
#apply_type ⇒ ::String
Returns the value of attribute apply_type.
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_collection ⇒ Boolean
Returns the value of attribute is_collection.
-
#is_modifiable ⇒ Boolean
Returns the value of attribute is_modifiable.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
3396 3397 3398 |
# File 'sig/types.rbs', line 3396 def allowed_values @allowed_values end |
#apply_type ⇒ ::String
Returns the value of attribute apply_type.
3394 3395 3396 |
# File 'sig/types.rbs', line 3394 def apply_type @apply_type end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
3395 3396 3397 |
# File 'sig/types.rbs', line 3395 def data_type @data_type end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
3392 3393 3394 |
# File 'sig/types.rbs', line 3392 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
3393 3394 3395 |
# File 'sig/types.rbs', line 3393 def description @description end |
#is_collection ⇒ Boolean
Returns the value of attribute is_collection.
3398 3399 3400 |
# File 'sig/types.rbs', line 3398 def is_collection @is_collection end |
#is_modifiable ⇒ Boolean
Returns the value of attribute is_modifiable.
3397 3398 3399 |
# File 'sig/types.rbs', line 3397 def is_modifiable @is_modifiable end |
#name ⇒ ::String
Returns the value of attribute name.
3390 3391 3392 |
# File 'sig/types.rbs', line 3390 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
3391 3392 3393 |
# File 'sig/types.rbs', line 3391 def value @value end |