Class: Aws::DirectoryService::Types::SnapshotLimits
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::SnapshotLimits
- Defined in:
- gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb
Overview
Contains manual snapshot limit information for a directory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#manual_snapshots_current_count ⇒ Integer
The current number of manual snapshots of the directory.
-
#manual_snapshots_limit ⇒ Integer
The maximum number of manual snapshots allowed.
-
#manual_snapshots_limit_reached ⇒ Boolean
Indicates if the manual snapshot limit has been reached.
Instance Attribute Details
#manual_snapshots_current_count ⇒ Integer
The current number of manual snapshots of the directory.
4205 4206 4207 4208 4209 4210 4211 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4205 class SnapshotLimits < Struct.new( :manual_snapshots_limit, :manual_snapshots_current_count, :manual_snapshots_limit_reached) SENSITIVE = [] include Aws::Structure end |
#manual_snapshots_limit ⇒ Integer
The maximum number of manual snapshots allowed.
4205 4206 4207 4208 4209 4210 4211 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4205 class SnapshotLimits < Struct.new( :manual_snapshots_limit, :manual_snapshots_current_count, :manual_snapshots_limit_reached) SENSITIVE = [] include Aws::Structure end |
#manual_snapshots_limit_reached ⇒ Boolean
Indicates if the manual snapshot limit has been reached.
4205 4206 4207 4208 4209 4210 4211 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4205 class SnapshotLimits < Struct.new( :manual_snapshots_limit, :manual_snapshots_current_count, :manual_snapshots_limit_reached) SENSITIVE = [] include Aws::Structure end |