Class: Aws::Types::TreatmentInput
- Inherits:
-
Object
- Object
- Aws::Types::TreatmentInput
- 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.
-
#weight ⇒ ::Float
Returns the value of attribute weight.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
849 850 851 |
# File 'sig/types.rbs', line 849 def description @description end |
#flag_value ⇒ Types::FlagValue
Returns the value of attribute flag_value.
850 851 852 |
# File 'sig/types.rbs', line 850 def flag_value @flag_value end |
#weight ⇒ ::Float
Returns the value of attribute weight.
848 849 850 |
# File 'sig/types.rbs', line 848 def weight @weight end |