Class: Aws::AppStream::Types::DeleteDirectoryConfigRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_nameString

The name of the directory configuration.

Returns:

  • (String)


2050
2051
2052
2053
2054
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2050

class DeleteDirectoryConfigRequest < Struct.new(
  :directory_name)
  SENSITIVE = []
  include Aws::Structure
end