Class: Aws::DirectoryService::Types::GetSnapshotLimitsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::GetSnapshotLimitsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Contains the results of the GetSnapshotLimits operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_limits ⇒ Types::SnapshotLimits
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
Instance Attribute Details
#snapshot_limits ⇒ Types::SnapshotLimits
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
2822 2823 2824 2825 2826 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2822 class GetSnapshotLimitsResult < Struct.new( :snapshot_limits) SENSITIVE = [] include Aws::Structure end |