Class: Aws::Types::ScheduledInstancesEbs
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledInstancesEbs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
-
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
Instance Attribute Details
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
17395 17396 17397 |
# File 'sig/types.rbs', line 17395 def delete_on_termination @delete_on_termination end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
17396 17397 17398 |
# File 'sig/types.rbs', line 17396 def encrypted @encrypted end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
17397 17398 17399 |
# File 'sig/types.rbs', line 17397 def iops @iops end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
17398 17399 17400 |
# File 'sig/types.rbs', line 17398 def snapshot_id @snapshot_id end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
17399 17400 17401 |
# File 'sig/types.rbs', line 17399 def volume_size @volume_size end |
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
17400 17401 17402 |
# File 'sig/types.rbs', line 17400 def volume_type @volume_type end |