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.
17035 17036 17037 |
# File 'sig/types.rbs', line 17035 def delete_on_termination @delete_on_termination end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
17036 17037 17038 |
# File 'sig/types.rbs', line 17036 def encrypted @encrypted end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
17037 17038 17039 |
# File 'sig/types.rbs', line 17037 def iops @iops end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
17038 17039 17040 |
# File 'sig/types.rbs', line 17038 def snapshot_id @snapshot_id end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
17039 17040 17041 |
# File 'sig/types.rbs', line 17039 def volume_size @volume_size end |
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
17040 17041 17042 |
# File 'sig/types.rbs', line 17040 def volume_type @volume_type end |