Class: Aws::Types::Treatment
- Inherits:
-
Object
- Object
- Aws::Types::Treatment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#flag_value ⇒ Types::FlagValue
Returns the value of attribute flag_value.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#weight ⇒ ::Float
Returns the value of attribute weight.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
842 843 844 |
# File 'sig/types.rbs', line 842 def description @description end |
#flag_value ⇒ Types::FlagValue
Returns the value of attribute flag_value.
843 844 845 |
# File 'sig/types.rbs', line 843 def flag_value @flag_value end |
#key ⇒ ::String
Returns the value of attribute key.
840 841 842 |
# File 'sig/types.rbs', line 840 def key @key end |
#weight ⇒ ::Float
Returns the value of attribute weight.
841 842 843 |
# File 'sig/types.rbs', line 841 def weight @weight end |