tencentcloud-sdk-tat 3.0.904 → 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: 0322d6c94e809ca75f8ad26c64ef50a9f367f140
4
- data.tar.gz: bd6af288be13ef7c8bfb4958d92481d52b8aed81
3
+ metadata.gz: 0d8e7f36fd2d2065fed4e7f37e7e820d3ecf0eb0
4
+ data.tar.gz: c8236721c443caf9ac8872c771a384f743542adf
5
5
  SHA512:
6
- metadata.gz: 96f75809b0d18ab9f24c1fb90d8e5888fa9a696f7a1d8446677dc648a4432872d726df675d495d1bbf4c335dd6dc2fe1ca86b1e400e8f1d3127606d5e7004553
7
- data.tar.gz: b65034ac30f12bf4e1db8550fd82dfae7cad15c325fddec9256963d8945dab749bf21abeb33daee92452d1b0d510b6b2660e94dd2772e05878a08ffd568a9fd0
6
+ metadata.gz: e81e5fae85f69a64ff5758a4a142be45af9bd35ecc58db40bd2c373c6a12331d07a97dddd2c7d9a339f29d5672fcf9da88818f858b254b72763180da12e05d0c
7
+ data.tar.gz: c3477aa0ba0c5997c17abe24e044350c3b532dbee2ddf93f17d513f4e950a303b11dfe65475f011e61ee02ee1bba70ed03093f3e990a0c7946d294da5e8dd762
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.904
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.904
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-11 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