Class: Aws::NimbleStudio::Types::ActiveDirectoryComputerAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ActiveDirectoryComputerAttribute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name for the LDAP attribute.
-
#value ⇒ String
The value for the LDAP attribute.
Instance Attribute Details
#name ⇒ String
The name for the LDAP attribute.
91 92 93 94 95 96 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 91 class ActiveDirectoryComputerAttribute < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value for the LDAP attribute.
91 92 93 94 95 96 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 91 class ActiveDirectoryComputerAttribute < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |