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)


28599
28600
28601
28602
28603
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28599

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