Class: Aws::DirectoryService::Types::GetSnapshotLimitsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::GetSnapshotLimitsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Contains the inputs for the GetSnapshotLimits operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
Contains the identifier of the directory to obtain the limits for.
Instance Attribute Details
#directory_id ⇒ String
Contains the identifier of the directory to obtain the limits for.
3501 3502 3503 3504 3505 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3501 class GetSnapshotLimitsRequest < Struct.new( :directory_id) SENSITIVE = [] include Aws::Structure end |