Class: Aws::Types::SetLocalConsolePasswordInput
- Inherits:
-
Object
- Object
- Aws::Types::SetLocalConsolePasswordInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#local_console_password ⇒ ::String
Returns the value of attribute local_console_password.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def gateway_arn @gateway_arn end |
#local_console_password ⇒ ::String
Returns the value of attribute local_console_password.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def local_console_password @local_console_password end |