Class: Aws::Types::SnapshotLimits

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#manual_snapshots_current_count::Integer

Returns the value of attribute manual_snapshots_current_count.

Returns:



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.

Returns:



1409
1410
1411
# File 'sig/types.rbs', line 1409

def manual_snapshots_limit
  @manual_snapshots_limit
end

#manual_snapshots_limit_reachedBoolean

Returns the value of attribute manual_snapshots_limit_reached.

Returns:



1411
1412
1413
# File 'sig/types.rbs', line 1411

def manual_snapshots_limit_reached
  @manual_snapshots_limit_reached
end