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.
4151 4152 4153 4154 4155 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4151 class DeleteDirectoryResponse < Struct.new( :directory_arn) SENSITIVE = [] include Aws::Structure end |