Class: Aws::Types::SnapshotLimits
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotLimits
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#manual_snapshots_current_count ⇒ ::Integer
Returns the value of attribute manual_snapshots_current_count.
-
#manual_snapshots_limit ⇒ ::Integer
Returns the value of attribute manual_snapshots_limit.
-
#manual_snapshots_limit_reached ⇒ Boolean
Returns the value of attribute manual_snapshots_limit_reached.
Instance Attribute Details
#manual_snapshots_current_count ⇒ ::Integer
Returns the value of attribute manual_snapshots_current_count.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def manual_snapshots_current_count @manual_snapshots_current_count end |
#manual_snapshots_limit ⇒ ::Integer
Returns the value of attribute manual_snapshots_limit.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def manual_snapshots_limit @manual_snapshots_limit end |
#manual_snapshots_limit_reached ⇒ Boolean
Returns the value of attribute manual_snapshots_limit_reached.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def manual_snapshots_limit_reached @manual_snapshots_limit_reached end |