Class: Aws::NimbleStudio::Types::ActiveDirectoryComputerAttribute

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/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

Instance Attribute Details

#nameString

The name for the LDAP attribute.

Returns:

  • (String)


91
92
93
94
95
96
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 91

class ActiveDirectoryComputerAttribute < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value for the LDAP attribute.

Returns:

  • (String)


91
92
93
94
95
96
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 91

class ActiveDirectoryComputerAttribute < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end