Class: Aws::Types::AvailBlanking
- Inherits:
-
Object
- Object
- Aws::Types::AvailBlanking
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#avail_blanking_image ⇒ Types::InputLocation
Returns the value of attribute avail_blanking_image.
-
#state ⇒ "DISABLED", "ENABLED"
Returns the value of attribute state.
Instance Attribute Details
#avail_blanking_image ⇒ Types::InputLocation
Returns the value of attribute avail_blanking_image.
215 216 217 |
# File 'sig/types.rbs', line 215 def avail_blanking_image @avail_blanking_image end |
#state ⇒ "DISABLED", "ENABLED"
Returns the value of attribute state.
216 217 218 |
# File 'sig/types.rbs', line 216 def state @state end |