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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


28496
28497
28498
28499
28500
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28496

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