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)


35494
35495
35496
35497
35498
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35494

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