Class: Aws::EC2::Types::DirectoryServiceAuthenticationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DirectoryServiceAuthenticationRequest
- Includes:
- Structure
- Defined in:
- 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
-
#directory_id ⇒ String
The ID of the Active Directory to be used for authentication.
Instance Attribute Details
#directory_id ⇒ String
The ID of the Active Directory to be used for authentication.
30763 30764 30765 30766 30767 |
# File 'lib/aws-sdk-ec2/types.rb', line 30763 class DirectoryServiceAuthenticationRequest < Struct.new( :directory_id) SENSITIVE = [] include Aws::Structure end |