Class: TencentCloud::Ssm::V20190923::GetSSHKeyPairValueRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssm::V20190923::GetSSHKeyPairValueRequest
- Defined in:
- lib/v20190923/models.rb
Overview
GetSSHKeyPairValue请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(secretname = nil, sshkeyid = nil) ⇒ GetSSHKeyPairValueRequest
constructor
A new instance of GetSSHKeyPairValueRequest.
Constructor Details
#initialize(secretname = nil, sshkeyid = nil) ⇒ GetSSHKeyPairValueRequest
Returns a new instance of GetSSHKeyPairValueRequest.
797 798 799 800 |
# File 'lib/v20190923/models.rb', line 797 def initialize(secretname=nil, sshkeyid=nil) @SecretName = secretname @SSHKeyId = sshkeyid end |
Instance Attribute Details
#SecretName ⇒ Object
795 796 797 |
# File 'lib/v20190923/models.rb', line 795 def SecretName @SecretName end |
#SSHKeyId ⇒ Object
795 796 797 |
# File 'lib/v20190923/models.rb', line 795 def SSHKeyId @SSHKeyId end |
Instance Method Details
#deserialize(params) ⇒ Object
802 803 804 805 |
# File 'lib/v20190923/models.rb', line 802 def deserialize(params) @SecretName = params['SecretName'] @SSHKeyId = params['SSHKeyId'] end |