Class: TencentCloud::Ssm::V20190923::Tag

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190923/models.rb

Overview

标签键和标签值

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tagkey = nil, tagvalue = nil) ⇒ Tag

Returns a new instance of Tag.



1435
1436
1437
1438
# File 'lib/v20190923/models.rb', line 1435

def initialize(tagkey=nil, tagvalue=nil)
  @TagKey = tagkey
  @TagValue = tagvalue
end

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



1433
1434
1435
# File 'lib/v20190923/models.rb', line 1433

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



1433
1434
1435
# File 'lib/v20190923/models.rb', line 1433

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



1440
1441
1442
1443
# File 'lib/v20190923/models.rb', line 1440

def deserialize(params)
  @TagKey = params['TagKey']
  @TagValue = params['TagValue']
end