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.
16738 16739 16740 |
# File 'sig/types.rbs', line 16738 def delete_on_termination @delete_on_termination end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
16739 16740 16741 |
# File 'sig/types.rbs', line 16739 def encrypted @encrypted end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
16740 16741 16742 |
# File 'sig/types.rbs', line 16740 def iops @iops end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
16741 16742 16743 |
# File 'sig/types.rbs', line 16741 def snapshot_id @snapshot_id end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
16742 16743 16744 |
# File 'sig/types.rbs', line 16742 def volume_size @volume_size end |
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
16743 16744 16745 |
# File 'sig/types.rbs', line 16743 def volume_type @volume_type end |