Class: Aws::StorageGateway::Types::SetSMBGuestPasswordInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::SetSMBGuestPasswordInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
SetSMBGuestPasswordInput
Constant Summary collapse
- SENSITIVE =
[:password]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.
-
#password ⇒ String
The password that you want to set for your SMB server.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.
5942 5943 5944 5945 5946 5947 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5942 class SetSMBGuestPasswordInput < Struct.new( :gateway_arn, :password) SENSITIVE = [:password] include Aws::Structure end |
#password ⇒ String
The password that you want to set for your SMB server.
5942 5943 5944 5945 5946 5947 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5942 class SetSMBGuestPasswordInput < Struct.new( :gateway_arn, :password) SENSITIVE = [:password] include Aws::Structure end |