Class: TencentCloud::Ssm::V20190923::CreateSSHKeyPairSecretResponse

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190923/models.rb

Overview

CreateSSHKeyPairSecret返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#RequestIdObject



206
207
208
# File 'lib/v20190923/models.rb', line 206

def RequestId
  @RequestId
end

#SecretNameObject



206
207
208
# File 'lib/v20190923/models.rb', line 206

def SecretName
  @SecretName
end

#SSHKeyIDObject



206
207
208
# File 'lib/v20190923/models.rb', line 206

def SSHKeyID
  @SSHKeyID
end

#SSHKeyNameObject



206
207
208
# File 'lib/v20190923/models.rb', line 206

def SSHKeyName
  @SSHKeyName
end

#TagCodeObject



206
207
208
# File 'lib/v20190923/models.rb', line 206

def TagCode
  @TagCode
end

#TagMsgObject



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