tencentcloud-sdk-tat 3.0.903 → 3.0.905

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3978ff74ef0b9569565da4569d627255d5603f3b
4
- data.tar.gz: 578ba8dbc56324304989755a7ad0c7b3f10371a6
3
+ metadata.gz: 0d8e7f36fd2d2065fed4e7f37e7e820d3ecf0eb0
4
+ data.tar.gz: c8236721c443caf9ac8872c771a384f743542adf
5
5
  SHA512:
6
- metadata.gz: 394e687cc01b84093587f09013b16685e9233ccaed7d1713c0c89f648bb8cea33958cf7df7d56dfd6fd84159b22125aafd62cf06de750d3048d9339c56f5636d
7
- data.tar.gz: 069c69c2c3fcf49c835634e5a3651c158eb89431c19e82cd06e60dae28f4f09b57145d31141e2adbfa660562ad1987600bc89c7193177f8374dbeebd658f2868
6
+ metadata.gz: e81e5fae85f69a64ff5758a4a142be45af9bd35ecc58db40bd2c373c6a12331d07a97dddd2c7d9a339f29d5672fcf9da88818f858b254b72763180da12e05d0c
7
+ data.tar.gz: c3477aa0ba0c5997c17abe24e044350c3b532dbee2ddf93f17d513f4e950a303b11dfe65475f011e61ee02ee1bba70ed03093f3e990a0c7946d294da5e8dd762
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.903
1
+ 3.0.905
@@ -119,6 +119,9 @@ module TencentCloud
119
119
  # @param DefaultParameterConfs: 自定义参数的默认取值。
120
120
  # 注意:此字段可能返回 null,表示取不到有效值。
121
121
  # @type DefaultParameterConfs: Array
122
+ # @param Scenes: 命令关联的场景
123
+ # 注意:此字段可能返回 null,表示取不到有效值。
124
+ # @type Scenes: Array
122
125
  # @param FormattedDescription: 命令的结构化描述。公共命令有值,用户命令为空字符串。
123
126
  # @type FormattedDescription: String
124
127
  # @param CreatedBy: 命令创建者。TAT 代表公共命令,USER 代表个人命令。
@@ -132,9 +135,9 @@ module TencentCloud
132
135
  # @param OutputCOSKeyPrefix: 日志在cos bucket中的目录。
133
136
  # @type OutputCOSKeyPrefix: String
134
137
 
135
- attr_accessor :CommandId, :CommandName, :Description, :Content, :CommandType, :WorkingDirectory, :Timeout, :CreatedTime, :UpdatedTime, :EnableParameter, :DefaultParameters, :DefaultParameterConfs, :FormattedDescription, :CreatedBy, :Tags, :Username, :OutputCOSBucketUrl, :OutputCOSKeyPrefix
138
+ attr_accessor :CommandId, :CommandName, :Description, :Content, :CommandType, :WorkingDirectory, :Timeout, :CreatedTime, :UpdatedTime, :EnableParameter, :DefaultParameters, :DefaultParameterConfs, :Scenes, :FormattedDescription, :CreatedBy, :Tags, :Username, :OutputCOSBucketUrl, :OutputCOSKeyPrefix
136
139
 
137
- def initialize(commandid=nil, commandname=nil, description=nil, content=nil, commandtype=nil, workingdirectory=nil, timeout=nil, createdtime=nil, updatedtime=nil, enableparameter=nil, defaultparameters=nil, defaultparameterconfs=nil, formatteddescription=nil, createdby=nil, tags=nil, username=nil, outputcosbucketurl=nil, outputcoskeyprefix=nil)
140
+ def initialize(commandid=nil, commandname=nil, description=nil, content=nil, commandtype=nil, workingdirectory=nil, timeout=nil, createdtime=nil, updatedtime=nil, enableparameter=nil, defaultparameters=nil, defaultparameterconfs=nil, scenes=nil, formatteddescription=nil, createdby=nil, tags=nil, username=nil, outputcosbucketurl=nil, outputcoskeyprefix=nil)
138
141
  @CommandId = commandid
139
142
  @CommandName = commandname
140
143
  @Description = description
@@ -147,6 +150,7 @@ module TencentCloud
147
150
  @EnableParameter = enableparameter
148
151
  @DefaultParameters = defaultparameters
149
152
  @DefaultParameterConfs = defaultparameterconfs
153
+ @Scenes = scenes
150
154
  @FormattedDescription = formatteddescription
151
155
  @CreatedBy = createdby
152
156
  @Tags = tags
@@ -175,6 +179,7 @@ module TencentCloud
175
179
  @DefaultParameterConfs << defaultparameterconf_tmp
176
180
  end
177
181
  end
182
+ @Scenes = params['Scenes']
178
183
  @FormattedDescription = params['FormattedDescription']
179
184
  @CreatedBy = params['CreatedBy']
180
185
  unless params['Tags'].nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tat
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.903
4
+ version: 3.0.905
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-10 00:00:00.000000000 Z
11
+ date: 2024-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common