Class: Aws::DirectoryService::Types::Attribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::Attribute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Represents a named directory attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the attribute.
-
#value ⇒ String
The value of the attribute.
Instance Attribute Details
#name ⇒ String
The name of the attribute.
510 511 512 513 514 515 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 510 class Attribute < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the attribute.
510 511 512 513 514 515 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 510 class Attribute < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |