Class: Aws::CloudDirectory::Types::DeleteDirectoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DeleteDirectoryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_arn ⇒ String
The ARN of the deleted directory.
Instance Attribute Details
#directory_arn ⇒ String
The ARN of the deleted directory.
2343 2344 2345 2346 2347 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2343 class DeleteDirectoryResponse < Struct.new( :directory_arn) SENSITIVE = [] include Aws::Structure end |