Class: TencentCloud::Iecp::V20210914::DescribeSecretRequest

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

Overview

DescribeSecret请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#EdgeUnitIDObject

Parameters:

  • EdgeUnitID:

    边缘单元ID

  • SecretName:

    secret名

  • SecretNamespace:

    命名空间(默认值:default)



3743
3744
3745
# File 'lib/v20210914/models.rb', line 3743

def EdgeUnitID
  @EdgeUnitID
end

#SecretNameObject

Parameters:

  • EdgeUnitID:

    边缘单元ID

  • SecretName:

    secret名

  • SecretNamespace:

    命名空间(默认值:default)



3743
3744
3745
# File 'lib/v20210914/models.rb', line 3743

def SecretName
  @SecretName
end

#SecretNamespaceObject

Parameters:

  • EdgeUnitID:

    边缘单元ID

  • SecretName:

    secret名

  • SecretNamespace:

    命名空间(默认值:default)



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