Class: Aws::Types::JoinDomainInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#domain_controllers::Array[::String]

Returns the value of attribute domain_controllers.

Returns:



943
944
945
# File 'sig/types.rbs', line 943

def domain_controllers
  @domain_controllers
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:



941
942
943
# File 'sig/types.rbs', line 941

def domain_name
  @domain_name
end

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:



940
941
942
# File 'sig/types.rbs', line 940

def gateway_arn
  @gateway_arn
end

#organizational_unit::String

Returns the value of attribute organizational_unit.

Returns:



942
943
944
# File 'sig/types.rbs', line 942

def organizational_unit
  @organizational_unit
end

#password::String

Returns the value of attribute password.

Returns:



946
947
948
# File 'sig/types.rbs', line 946

def password
  @password
end

#timeout_in_seconds::Integer

Returns the value of attribute timeout_in_seconds.

Returns:



944
945
946
# File 'sig/types.rbs', line 944

def timeout_in_seconds
  @timeout_in_seconds
end

#user_name::String

Returns the value of attribute user_name.

Returns:



945
946
947
# File 'sig/types.rbs', line 945

def user_name
  @user_name
end