Class: Aws::Types::SetSMBGuestPasswordInput
- Inherits:
-
Object
- Object
- Aws::Types::SetSMBGuestPasswordInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#password ⇒ ::String
Returns the value of attribute password.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def gateway_arn @gateway_arn end |
#password ⇒ ::String
Returns the value of attribute password.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def password @password end |