Class: Aws::Types::JoinDomainInput
- Inherits:
-
Object
- Object
- Aws::Types::JoinDomainInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_controllers ⇒ ::Array[::String]
Returns the value of attribute domain_controllers.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#organizational_unit ⇒ ::String
Returns the value of attribute organizational_unit.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#domain_controllers ⇒ ::Array[::String]
Returns the value of attribute domain_controllers.
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.
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.
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.
942 943 944 |
# File 'sig/types.rbs', line 942 def organizational_unit @organizational_unit end |
#password ⇒ ::String
Returns the value of attribute password.
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.
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.
945 946 947 |
# File 'sig/types.rbs', line 945 def user_name @user_name end |