Class: Aws::Types::CreateComputerRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#computer_attributes::Array[Types::Attribute]

Returns the value of attribute computer_attributes.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def password
  @password
end