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

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

Overview

Note:

When making an API call, you may pass DirectoryServiceAuthenticationRequest data as a hash:

{
  directory_id: "String",
}

Describes the Active Directory to be used for client authentication.

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The ID of the Active Directory to be used for authentication.

Returns:

  • (String)


17591
17592
17593
17594
# File 'lib/aws-sdk-ec2/types.rb', line 17591

class DirectoryServiceAuthenticationRequest < Struct.new(
  :directory_id)
  include Aws::Structure
end