Class: TencentCloud::Ssm::V20190923::EnableSecretResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssm::V20190923::EnableSecretResponse
- Defined in:
- lib/v20190923/models.rb
Overview
EnableSecret返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(secretname = nil, requestid = nil) ⇒ EnableSecretResponse
constructor
A new instance of EnableSecretResponse.
Constructor Details
#initialize(secretname = nil, requestid = nil) ⇒ EnableSecretResponse
Returns a new instance of EnableSecretResponse.
742 743 744 745 |
# File 'lib/v20190923/models.rb', line 742 def initialize(secretname=nil, requestid=nil) @SecretName = secretname @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
740 741 742 |
# File 'lib/v20190923/models.rb', line 740 def RequestId @RequestId end |
#SecretName ⇒ Object
740 741 742 |
# File 'lib/v20190923/models.rb', line 740 def SecretName @SecretName end |
Instance Method Details
#deserialize(params) ⇒ Object
747 748 749 750 |
# File 'lib/v20190923/models.rb', line 747 def deserialize(params) @SecretName = params['SecretName'] @RequestId = params['RequestId'] end |