Class: TencentCloud::Ssm::V20190923::CreateProductSecretResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssm::V20190923::CreateProductSecretResponse
- Defined in:
- lib/v20190923/models.rb
Overview
CreateProductSecret返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(secretname = nil, tagcode = nil, tagmsg = nil, flowid = nil, requestid = nil) ⇒ CreateProductSecretResponse
constructor
A new instance of CreateProductSecretResponse.
Constructor Details
#initialize(secretname = nil, tagcode = nil, tagmsg = nil, flowid = nil, requestid = nil) ⇒ CreateProductSecretResponse
125 126 127 128 129 130 131 |
# File 'lib/v20190923/models.rb', line 125 def initialize(secretname=nil, tagcode=nil, tagmsg=nil, flowid=nil, requestid=nil) @SecretName = secretname @TagCode = tagcode @TagMsg = tagmsg @FlowID = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowID ⇒ Object
123 124 125 |
# File 'lib/v20190923/models.rb', line 123 def FlowID @FlowID end |
#RequestId ⇒ Object
123 124 125 |
# File 'lib/v20190923/models.rb', line 123 def RequestId @RequestId end |
#SecretName ⇒ Object
123 124 125 |
# File 'lib/v20190923/models.rb', line 123 def SecretName @SecretName end |
#TagCode ⇒ Object
123 124 125 |
# File 'lib/v20190923/models.rb', line 123 def TagCode @TagCode end |
#TagMsg ⇒ Object
123 124 125 |
# File 'lib/v20190923/models.rb', line 123 def TagMsg @TagMsg end |
Instance Method Details
#deserialize(params) ⇒ Object
133 134 135 136 137 138 139 |
# File 'lib/v20190923/models.rb', line 133 def deserialize(params) @SecretName = params['SecretName'] @TagCode = params['TagCode'] @TagMsg = params['TagMsg'] @FlowID = params['FlowID'] @RequestId = params['RequestId'] end |