Class: Aws::Types::SetLocalConsolePasswordInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:local_console_password])

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1271
1272
1273
# File 'sig/types.rbs', line 1271

def local_console_password
  @local_console_password
end