Class: TencentCloud::Ssm::V20190923::CreateProductSecretResponse

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

Overview

CreateProductSecret返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#FlowIDObject



123
124
125
# File 'lib/v20190923/models.rb', line 123

def FlowID
  @FlowID
end

#RequestIdObject



123
124
125
# File 'lib/v20190923/models.rb', line 123

def RequestId
  @RequestId
end

#SecretNameObject



123
124
125
# File 'lib/v20190923/models.rb', line 123

def SecretName
  @SecretName
end

#TagCodeObject



123
124
125
# File 'lib/v20190923/models.rb', line 123

def TagCode
  @TagCode
end

#TagMsgObject



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