Class: TencentCloud::Ciam::V20220331::SaltLocationRule
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ciam::V20220331::SaltLocationRule
- Defined in:
- lib/v20220331/models.rb
Overview
盐位规则
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(regex = nil) ⇒ SaltLocationRule
constructor
A new instance of SaltLocationRule.
Constructor Details
#initialize(regex = nil) ⇒ SaltLocationRule
Returns a new instance of SaltLocationRule.
1591 1592 1593 |
# File 'lib/v20220331/models.rb', line 1591 def initialize(regex=nil) @Regex = regex end |
Instance Attribute Details
#Regex ⇒ Object
1589 1590 1591 |
# File 'lib/v20220331/models.rb', line 1589 def Regex @Regex end |
Instance Method Details
#deserialize(params) ⇒ Object
1595 1596 1597 |
# File 'lib/v20220331/models.rb', line 1595 def deserialize(params) @Regex = params['Regex'] end |