Class: Aws::Types::UpdateSMBSecurityStrategyInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


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.

Returns:

  • ("ClientSpecified", "MandatorySigning", "MandatoryEncryption", "MandatoryEncryptionNoAes128")


1609
1610
1611
# File 'sig/types.rbs', line 1609

def smb_security_strategy
  @smb_security_strategy
end