Class: Aws::Types::CreateComputerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateComputerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#computer_attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute computer_attributes.
-
#computer_name ⇒ ::String
Returns the value of attribute computer_name.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#organizational_unit_distinguished_name ⇒ ::String
Returns the value of attribute organizational_unit_distinguished_name.
-
#password ⇒ ::String
Returns the value of attribute password.
Instance Attribute Details
#computer_attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute computer_attributes.
252 253 254 |
# File 'sig/types.rbs', line 252 def computer_attributes @computer_attributes end |
#computer_name ⇒ ::String
Returns the value of attribute computer_name.
249 250 251 |
# File 'sig/types.rbs', line 249 def computer_name @computer_name end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
248 249 250 |
# File 'sig/types.rbs', line 248 def directory_id @directory_id end |
#organizational_unit_distinguished_name ⇒ ::String
Returns the value of attribute organizational_unit_distinguished_name.
251 252 253 |
# File 'sig/types.rbs', line 251 def organizational_unit_distinguished_name @organizational_unit_distinguished_name end |
#password ⇒ ::String
Returns the value of attribute password.
250 251 252 |
# File 'sig/types.rbs', line 250 def password @password end |