You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::SetSMBGuestPasswordInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SetSMBGuestPasswordInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  gateway_arn: "GatewayARN", # required
  password: "SMBGuestPassword", # required
}

SetSMBGuestPasswordInput

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

The Amazon Resource Name (ARN) of the file gateway the SMB file share is associated with.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the file gateway the SMB file share is associated with.

#passwordString

The password that you want to set for your SMB server.

Returns:

  • (String)

    The password that you want to set for your SMB server.