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

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

Overview

SetSMBGuestPasswordInput

Constant Summary collapse

SENSITIVE =
[:password]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

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

Returns:

  • (String)


5749
5750
5751
5752
5753
5754
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5749

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

#passwordString

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

Returns:

  • (String)


5749
5750
5751
5752
5753
5754
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5749

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