Class: TencentCloud::Iecp::V20210914::DescribeSecretRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DescribeSecretRequest
- Defined in:
- lib/v20210914/models.rb
Overview
DescribeSecret请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(edgeunitid = nil, secretname = nil, secretnamespace = nil) ⇒ DescribeSecretRequest
constructor
A new instance of DescribeSecretRequest.
Constructor Details
#initialize(edgeunitid = nil, secretname = nil, secretnamespace = nil) ⇒ DescribeSecretRequest
Returns a new instance of DescribeSecretRequest.
3745 3746 3747 3748 3749 |
# File 'lib/v20210914/models.rb', line 3745 def initialize(edgeunitid=nil, secretname=nil, secretnamespace=nil) @EdgeUnitID = edgeunitid @SecretName = secretname @SecretNamespace = secretnamespace end |
Instance Attribute Details
#EdgeUnitID ⇒ Object
3743 3744 3745 |
# File 'lib/v20210914/models.rb', line 3743 def EdgeUnitID @EdgeUnitID end |
#SecretName ⇒ Object
3743 3744 3745 |
# File 'lib/v20210914/models.rb', line 3743 def SecretName @SecretName end |
#SecretNamespace ⇒ Object
3743 3744 3745 |
# File 'lib/v20210914/models.rb', line 3743 def SecretNamespace @SecretNamespace end |
Instance Method Details
#deserialize(params) ⇒ Object
3751 3752 3753 3754 3755 |
# File 'lib/v20210914/models.rb', line 3751 def deserialize(params) @EdgeUnitID = params['EdgeUnitID'] @SecretName = params['SecretName'] @SecretNamespace = params['SecretNamespace'] end |