Class: Aws::StorageGateway::Types::SetLocalConsolePasswordInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

SetLocalConsolePasswordInput

Constant Summary collapse

SENSITIVE =
[:local_console_password]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

Returns:

  • (String)


5715
5716
5717
5718
5719
5720
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5715

class SetLocalConsolePasswordInput < Struct.new(
  :gateway_arn,
  :local_console_password)
  SENSITIVE = [:local_console_password]
  include Aws::Structure
end

#local_console_passwordString

The password you want to set for your VM local console.

Returns:

  • (String)


5715
5716
5717
5718
5719
5720
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5715

class SetLocalConsolePasswordInput < Struct.new(
  :gateway_arn,
  :local_console_password)
  SENSITIVE = [:local_console_password]
  include Aws::Structure
end