Class: Aws::EC2::Types::DirectoryServiceAuthentication
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DirectoryServiceAuthentication
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an Active Directory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The ID of the Active Directory used for authentication.
Instance Attribute Details
#directory_id ⇒ String
The ID of the Active Directory used for authentication.
30749 30750 30751 30752 30753 |
# File 'lib/aws-sdk-ec2/types.rb', line 30749 class DirectoryServiceAuthentication < Struct.new( :directory_id) SENSITIVE = [] include Aws::Structure end |