Class: Aws::Types::UpdateSMBSecurityStrategyInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSMBSecurityStrategyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#smb_security_strategy ⇒ "ClientSpecified", ...
Returns the value of attribute smb_security_strategy.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def gateway_arn @gateway_arn end |
#smb_security_strategy ⇒ "ClientSpecified", ...
Returns the value of attribute smb_security_strategy.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def smb_security_strategy @smb_security_strategy end |