Class: Aws::CloudDirectory::Types::DeleteDirectoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DeleteDirectoryResponse
- Defined in:
- gems/aws-sdk-clouddirectory/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 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2343 class DeleteDirectoryResponse < Struct.new( :directory_arn) SENSITIVE = [] include Aws::Structure end |