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



212
213
214
215
216
217
218
219
# File 'lib/v20190923/models.rb', line 212

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



210
211
212
# File 'lib/v20190923/models.rb', line 210

def RequestId
  @RequestId
end

#SecretNameObject



210
211
212
# File 'lib/v20190923/models.rb', line 210

def SecretName
  @SecretName
end

#SSHKeyIDObject



210
211
212
# File 'lib/v20190923/models.rb', line 210

def SSHKeyID
  @SSHKeyID
end

#SSHKeyNameObject



210
211
212
# File 'lib/v20190923/models.rb', line 210

def SSHKeyName
  @SSHKeyName
end

#TagCodeObject



210
211
212
# File 'lib/v20190923/models.rb', line 210

def TagCode
  @TagCode
end

#TagMsgObject



210
211
212
# File 'lib/v20190923/models.rb', line 210

def TagMsg
  @TagMsg
end

Instance Method Details

#deserialize(params) ⇒ Object



221
222
223
224
225
226
227
228
# File 'lib/v20190923/models.rb', line 221

def deserialize(params)
  @SecretName = params['SecretName']
  @SSHKeyID = params['SSHKeyID']
  @SSHKeyName = params['SSHKeyName']
  @TagCode = params['TagCode']
  @TagMsg = params['TagMsg']
  @RequestId = params['RequestId']
end