Class: Aws::EC2::Types::DirectoryServiceAuthenticationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the Active Directory to be used for client authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The ID of the Active Directory to be used for authentication.

Returns:

  • (String)


28315
28316
28317
28318
28319
# File 'lib/aws-sdk-ec2/types.rb', line 28315

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