Class: Aws::Types::AvailableProcessorFeature
- Inherits:
-
Object
- Object
- Aws::Types::AvailableProcessorFeature
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
136 137 138 |
# File 'sig/types.rbs', line 136 def allowed_values @allowed_values end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
135 136 137 |
# File 'sig/types.rbs', line 135 def default_value @default_value end |
#name ⇒ ::String
Returns the value of attribute name.
134 135 136 |
# File 'sig/types.rbs', line 134 def name @name end |