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

Returns a new instance of CreateProductSecretResponse.



129
130
131
132
133
134
135
# File 'lib/v20190923/models.rb', line 129

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

Parameters:

  • SecretName:

    创建的凭据名称。

  • TagCode:

    标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误。

  • TagMsg:

    标签操作的返回信息。

  • FlowID:

    创建云产品凭据异步任务ID号。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



127
128
129
# File 'lib/v20190923/models.rb', line 127

def FlowID
  @FlowID
end

#RequestIdObject

Parameters:

  • SecretName:

    创建的凭据名称。

  • TagCode:

    标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误。

  • TagMsg:

    标签操作的返回信息。

  • FlowID:

    创建云产品凭据异步任务ID号。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



127
128
129
# File 'lib/v20190923/models.rb', line 127

def RequestId
  @RequestId
end

#SecretNameObject

Parameters:

  • SecretName:

    创建的凭据名称。

  • TagCode:

    标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误。

  • TagMsg:

    标签操作的返回信息。

  • FlowID:

    创建云产品凭据异步任务ID号。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



127
128
129
# File 'lib/v20190923/models.rb', line 127

def SecretName
  @SecretName
end

#TagCodeObject

Parameters:

  • SecretName:

    创建的凭据名称。

  • TagCode:

    标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误。

  • TagMsg:

    标签操作的返回信息。

  • FlowID:

    创建云产品凭据异步任务ID号。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



127
128
129
# File 'lib/v20190923/models.rb', line 127

def TagCode
  @TagCode
end

#TagMsgObject

Parameters:

  • SecretName:

    创建的凭据名称。

  • TagCode:

    标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误。

  • TagMsg:

    标签操作的返回信息。

  • FlowID:

    创建云产品凭据异步任务ID号。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



127
128
129
# File 'lib/v20190923/models.rb', line 127

def TagMsg
  @TagMsg
end

Instance Method Details

#deserialize(params) ⇒ Object



137
138
139
140
141
142
143
# File 'lib/v20190923/models.rb', line 137

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