Class: Aws::DirectoryService::Types::SnapshotLimits

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#manual_snapshots_current_countInteger

The current number of manual snapshots of the directory.

Returns:

  • (Integer)


4141
4142
4143
4144
4145
4146
4147
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4141

class SnapshotLimits < Struct.new(
  :manual_snapshots_limit,
  :manual_snapshots_current_count,
  :manual_snapshots_limit_reached)
  SENSITIVE = []
  include Aws::Structure
end

#manual_snapshots_limitInteger

The maximum number of manual snapshots allowed.

Returns:

  • (Integer)


4141
4142
4143
4144
4145
4146
4147
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4141

class SnapshotLimits < Struct.new(
  :manual_snapshots_limit,
  :manual_snapshots_current_count,
  :manual_snapshots_limit_reached)
  SENSITIVE = []
  include Aws::Structure
end

#manual_snapshots_limit_reachedBoolean

Indicates if the manual snapshot limit has been reached.

Returns:

  • (Boolean)


4141
4142
4143
4144
4145
4146
4147
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4141

class SnapshotLimits < Struct.new(
  :manual_snapshots_limit,
  :manual_snapshots_current_count,
  :manual_snapshots_limit_reached)
  SENSITIVE = []
  include Aws::Structure
end