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.
17374 17375 17376 |
# File 'sig/types.rbs', line 17374 def delete_on_termination @delete_on_termination end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
17375 17376 17377 |
# File 'sig/types.rbs', line 17375 def encrypted @encrypted end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
17376 17377 17378 |
# File 'sig/types.rbs', line 17376 def iops @iops end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
17377 17378 17379 |
# File 'sig/types.rbs', line 17377 def snapshot_id @snapshot_id end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
17378 17379 17380 |
# File 'sig/types.rbs', line 17378 def volume_size @volume_size end |
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
17379 17380 17381 |
# File 'sig/types.rbs', line 17379 def volume_type @volume_type end |