Class: TencentCloud::Ssm::V20190923::RotateProductSecretRequest

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

Overview

RotateProductSecret请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(secretname = nil) ⇒ RotateProductSecretRequest

Returns a new instance of RotateProductSecretRequest.



1266
1267
1268
# File 'lib/v20190923/models.rb', line 1266

def initialize(secretname=nil)
  @SecretName = secretname
end

Instance Attribute Details

#SecretNameObject

Parameters:

  • SecretName:

    需要轮转的凭据名。



1264
1265
1266
# File 'lib/v20190923/models.rb', line 1264

def SecretName
  @SecretName
end

Instance Method Details

#deserialize(params) ⇒ Object



1270
1271
1272
# File 'lib/v20190923/models.rb', line 1270

def deserialize(params)
  @SecretName = params['SecretName']
end