tencentcloud-sdk-cdb 1.0.287 → 1.0.288

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0e7bcfc12e7b9818aac5ba7002eebc5b693151e
4
- data.tar.gz: ef7d5b248f8421f1ae01dcf87873ebfb003c4fbb
3
+ metadata.gz: 012c0236d236869411ddde640ded5184922ef14b
4
+ data.tar.gz: bcfbaeb22ba44bef2234ae397c7ce585444a02af
5
5
  SHA512:
6
- metadata.gz: 45cf1c14e3d2af92fd6e698ef3c249de2358bb8f309cb87d3a1591625d0c581067e7484082abeb765d9dac374cec40693b46e02b4b07936592b558a68a6ee74e
7
- data.tar.gz: 31e2c8e412912e73b3744fe9084fa024550ad1a50677358ba40c50802e701854d40579896cb0686602843c6b97867fde01222e1501ec802082ebf4f0e901a1cf
6
+ metadata.gz: ce702cd18a0394980b0faa2a3944d519f7a9383550b9bdae3fbb856621650f79aaa6dd57f12b31a7db6be0cb8d43a1a2688f3e86ee9b577bf362c5df3948fd77
7
+ data.tar.gz: 79a9b394972149044dd30e3647c94e304f49d75c64e7a87fdfff2b83c193ecfe6b09378a5d5ad0355ca653a81f7bb85db1771ff7815128af36f3bcdf851c2167
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.287
1
+ 1.0.288
@@ -2815,16 +2815,19 @@ module TencentCloud
2815
2815
  # @param RuleId: 审计规则 ID。可使用该审计规则 ID 查询到其关联的审计策略。
2816
2816
  # 注意,参数 RuleId,InstanceId,PolicyId,PolicyName 必须至少传一个。
2817
2817
  # @type RuleId: String
2818
+ # @param InstanceName: 实例名称
2819
+ # @type InstanceName: String
2818
2820
 
2819
- attr_accessor :InstanceId, :PolicyId, :PolicyName, :Limit, :Offset, :RuleId
2821
+ attr_accessor :InstanceId, :PolicyId, :PolicyName, :Limit, :Offset, :RuleId, :InstanceName
2820
2822
 
2821
- def initialize(instanceid=nil, policyid=nil, policyname=nil, limit=nil, offset=nil, ruleid=nil)
2823
+ def initialize(instanceid=nil, policyid=nil, policyname=nil, limit=nil, offset=nil, ruleid=nil, instancename=nil)
2822
2824
  @InstanceId = instanceid
2823
2825
  @PolicyId = policyid
2824
2826
  @PolicyName = policyname
2825
2827
  @Limit = limit
2826
2828
  @Offset = offset
2827
2829
  @RuleId = ruleid
2830
+ @InstanceName = instancename
2828
2831
  end
2829
2832
 
2830
2833
  def deserialize(params)
@@ -2834,6 +2837,7 @@ module TencentCloud
2834
2837
  @Limit = params['Limit']
2835
2838
  @Offset = params['Offset']
2836
2839
  @RuleId = params['RuleId']
2840
+ @InstanceName = params['InstanceName']
2837
2841
  end
2838
2842
  end
2839
2843
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.287
4
+ version: 1.0.288
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud