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.
2807 2808 2809 2810 2811 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2807 class GetSnapshotLimitsRequest < Struct.new( :directory_id) SENSITIVE = [] include Aws::Structure end |