Class: TencentCloud::Ssm::V20190923::Tag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssm::V20190923::Tag
- Defined in:
- lib/v20190923/models.rb
Overview
标签键和标签值
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ Tag
constructor
A new instance of Tag.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ Tag
1396 1397 1398 1399 |
# File 'lib/v20190923/models.rb', line 1396 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
1394 1395 1396 |
# File 'lib/v20190923/models.rb', line 1394 def TagKey @TagKey end |
#TagValue ⇒ Object
1394 1395 1396 |
# File 'lib/v20190923/models.rb', line 1394 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
1401 1402 1403 1404 |
# File 'lib/v20190923/models.rb', line 1401 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |