Class: Aws::Types::MagneticStoreWriteProperties
- Inherits:
-
Object
- Object
- Aws::Types::MagneticStoreWriteProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_magnetic_store_writes ⇒ Boolean
Returns the value of attribute enable_magnetic_store_writes.
-
#magnetic_store_rejected_data_location ⇒ Types::MagneticStoreRejectedDataLocation
Returns the value of attribute magnetic_store_rejected_data_location.
Instance Attribute Details
#enable_magnetic_store_writes ⇒ Boolean
Returns the value of attribute enable_magnetic_store_writes.
289 290 291 |
# File 'sig/types.rbs', line 289 def enable_magnetic_store_writes @enable_magnetic_store_writes end |
#magnetic_store_rejected_data_location ⇒ Types::MagneticStoreRejectedDataLocation
Returns the value of attribute magnetic_store_rejected_data_location.
290 291 292 |
# File 'sig/types.rbs', line 290 def magnetic_store_rejected_data_location @magnetic_store_rejected_data_location end |