Class: Aws::AppStream::Types::DeleteDirectoryConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteDirectoryConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_name ⇒ String
The name of the directory configuration.
Instance Attribute Details
#directory_name ⇒ String
The name of the directory configuration.
2123 2124 2125 2126 2127 |
# File 'lib/aws-sdk-appstream/types.rb', line 2123 class DeleteDirectoryConfigRequest < Struct.new( :directory_name) SENSITIVE = [] include Aws::Structure end |