Class: Aws::EC2::Types::DirectoryServiceAuthentication

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

Overview

Describes an Active Directory.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The ID of the Active Directory used for authentication.

Returns:

  • (String)


28477
28478
28479
28480
28481
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28477

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