Class: Aws::Types::BlackoutSlate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blackout_slate_imageTypes::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.

Returns:

  • ("DISABLED", "ENABLED")


375
376
377
# File 'sig/types.rbs', line 375

def network_end_blackout
  @network_end_blackout
end

#network_end_blackout_imageTypes::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.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def network_id
  @network_id
end

#state"DISABLED", "ENABLED"

Returns the value of attribute state.

Returns:

  • ("DISABLED", "ENABLED")


378
379
380
# File 'sig/types.rbs', line 378

def state
  @state
end