Class: Aws::Types::AvailSuppression
- Inherits:
-
Object
- Object
- Aws::Types::AvailSuppression
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fill_policy ⇒ "FULL_AVAIL_ONLY", "PARTIAL_AVAIL"
Returns the value of attribute fill_policy.
-
#mode ⇒ "OFF", ...
Returns the value of attribute mode.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#fill_policy ⇒ "FULL_AVAIL_ONLY", "PARTIAL_AVAIL"
Returns the value of attribute fill_policy.
105 106 107 |
# File 'sig/types.rbs', line 105 def fill_policy @fill_policy end |
#mode ⇒ "OFF", ...
Returns the value of attribute mode.
103 104 105 |
# File 'sig/types.rbs', line 103 def mode @mode end |
#value ⇒ ::String
Returns the value of attribute value.
104 105 106 |
# File 'sig/types.rbs', line 104 def value @value end |