Class: Aws::StorageGateway::Types::SetLocalConsolePasswordInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::SetLocalConsolePasswordInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
SetLocalConsolePasswordInput
Constant Summary collapse
- SENSITIVE =
[:local_console_password]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#local_console_password ⇒ String
The password you want to set for your VM local console.
Instance Attribute Details
#gateway_arn ⇒ String
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.
5908 5909 5910 5911 5912 5913 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5908 class SetLocalConsolePasswordInput < Struct.new( :gateway_arn, :local_console_password) SENSITIVE = [:local_console_password] include Aws::Structure end |
#local_console_password ⇒ String
The password you want to set for your VM local console.
5908 5909 5910 5911 5912 5913 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5908 class SetLocalConsolePasswordInput < Struct.new( :gateway_arn, :local_console_password) SENSITIVE = [:local_console_password] include Aws::Structure end |