Class: TencentCloud::Ssm::V20190923::CreateSecretResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssm::V20190923::CreateSecretResponse
- Defined in:
- lib/v20190923/models.rb
Overview
CreateSecret返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(secretname = nil, versionid = nil, tagcode = nil, tagmsg = nil, requestid = nil) ⇒ CreateSecretResponse
constructor
A new instance of CreateSecretResponse.
Constructor Details
#initialize(secretname = nil, versionid = nil, tagcode = nil, tagmsg = nil, requestid = nil) ⇒ CreateSecretResponse
301 302 303 304 305 306 307 |
# File 'lib/v20190923/models.rb', line 301 def initialize(secretname=nil, versionid=nil, tagcode=nil, tagmsg=nil, requestid=nil) @SecretName = secretname @VersionId = versionid @TagCode = tagcode @TagMsg = tagmsg @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
299 300 301 |
# File 'lib/v20190923/models.rb', line 299 def RequestId @RequestId end |
#SecretName ⇒ Object
299 300 301 |
# File 'lib/v20190923/models.rb', line 299 def SecretName @SecretName end |
#TagCode ⇒ Object
299 300 301 |
# File 'lib/v20190923/models.rb', line 299 def TagCode @TagCode end |
#TagMsg ⇒ Object
299 300 301 |
# File 'lib/v20190923/models.rb', line 299 def TagMsg @TagMsg end |
#VersionId ⇒ Object
299 300 301 |
# File 'lib/v20190923/models.rb', line 299 def VersionId @VersionId end |
Instance Method Details
#deserialize(params) ⇒ Object
309 310 311 312 313 314 315 |
# File 'lib/v20190923/models.rb', line 309 def deserialize(params) @SecretName = params['SecretName'] @VersionId = params['VersionId'] @TagCode = params['TagCode'] @TagMsg = params['TagMsg'] @RequestId = params['RequestId'] end |