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)


33287
33288
33289
33290
33291
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33287

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