Class: TencentCloud::Ssm::V20190923::CreateSSHKeyPairSecretResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssm::V20190923::CreateSSHKeyPairSecretResponse
- Defined in:
- lib/v20190923/models.rb
Overview
CreateSSHKeyPairSecret返回参数结构体
Instance Attribute Summary collapse
- #RequestId ⇒ Object
- #SecretName ⇒ Object
- #SSHKeyID ⇒ Object
- #SSHKeyName ⇒ Object
- #TagCode ⇒ Object
- #TagMsg ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(secretname = nil, sshkeyid = nil, sshkeyname = nil, tagcode = nil, tagmsg = nil, requestid = nil) ⇒ CreateSSHKeyPairSecretResponse
constructor
A new instance of CreateSSHKeyPairSecretResponse.
Constructor Details
#initialize(secretname = nil, sshkeyid = nil, sshkeyname = nil, tagcode = nil, tagmsg = nil, requestid = nil) ⇒ CreateSSHKeyPairSecretResponse
208 209 210 211 212 213 214 215 |
# File 'lib/v20190923/models.rb', line 208 def initialize(secretname=nil, sshkeyid=nil, sshkeyname=nil, tagcode=nil, tagmsg=nil, requestid=nil) @SecretName = secretname @SSHKeyID = sshkeyid @SSHKeyName = sshkeyname @TagCode = tagcode @TagMsg = tagmsg @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
206 207 208 |
# File 'lib/v20190923/models.rb', line 206 def RequestId @RequestId end |
#SecretName ⇒ Object
206 207 208 |
# File 'lib/v20190923/models.rb', line 206 def SecretName @SecretName end |
#SSHKeyID ⇒ Object
206 207 208 |
# File 'lib/v20190923/models.rb', line 206 def SSHKeyID @SSHKeyID end |
#SSHKeyName ⇒ Object
206 207 208 |
# File 'lib/v20190923/models.rb', line 206 def SSHKeyName @SSHKeyName end |
#TagCode ⇒ Object
206 207 208 |
# File 'lib/v20190923/models.rb', line 206 def TagCode @TagCode end |
#TagMsg ⇒ Object
206 207 208 |
# File 'lib/v20190923/models.rb', line 206 def TagMsg @TagMsg end |
Instance Method Details
#deserialize(params) ⇒ Object
217 218 219 220 221 222 223 224 |
# File 'lib/v20190923/models.rb', line 217 def deserialize(params) @SecretName = params['SecretName'] @SSHKeyID = params['SSHKeyID'] @SSHKeyName = params['SSHKeyName'] @TagCode = params['TagCode'] @TagMsg = params['TagMsg'] @RequestId = params['RequestId'] end |