Class: Aws::Types::SetSMBGuestPasswordInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def gateway_arn
  @gateway_arn
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def password
  @password
end