Class: Aws::Types::BlackoutSlate
- Inherits:
-
Object
- Object
- Aws::Types::BlackoutSlate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blackout_slate_image ⇒ Types::InputLocation
Returns the value of attribute blackout_slate_image.
-
#network_end_blackout ⇒ "DISABLED", "ENABLED"
Returns the value of attribute network_end_blackout.
-
#network_end_blackout_image ⇒ Types::InputLocation
Returns the value of attribute network_end_blackout_image.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#state ⇒ "DISABLED", "ENABLED"
Returns the value of attribute state.
Instance Attribute Details
#blackout_slate_image ⇒ Types::InputLocation
Returns the value of attribute blackout_slate_image.
374 375 376 |
# File 'sig/types.rbs', line 374 def blackout_slate_image @blackout_slate_image end |
#network_end_blackout ⇒ "DISABLED", "ENABLED"
Returns the value of attribute network_end_blackout.
375 376 377 |
# File 'sig/types.rbs', line 375 def network_end_blackout @network_end_blackout end |
#network_end_blackout_image ⇒ Types::InputLocation
Returns the value of attribute network_end_blackout_image.
376 377 378 |
# File 'sig/types.rbs', line 376 def network_end_blackout_image @network_end_blackout_image end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
377 378 379 |
# File 'sig/types.rbs', line 377 def network_id @network_id end |
#state ⇒ "DISABLED", "ENABLED"
Returns the value of attribute state.
378 379 380 |
# File 'sig/types.rbs', line 378 def state @state end |