Class: Aws::CloudDirectory::Types::DisableDirectoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DisableDirectoryResponse
- 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 directory that has been disabled.
Instance Attribute Details
#directory_arn ⇒ String
The ARN of the directory that has been disabled.
2664 2665 2666 2667 2668 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2664 class DisableDirectoryResponse < Struct.new( :directory_arn) SENSITIVE = [] include Aws::Structure end |