Class: TencentCloud::Cam::V20190116::SecretIdLastUsed

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

Overview

密钥最后使用时间

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(secretid = nil, lastuseddate = nil, lastsecretuseddate = nil) ⇒ SecretIdLastUsed

Returns a new instance of SecretIdLastUsed.



4569
4570
4571
4572
4573
# File 'lib/v20190116/models.rb', line 4569

def initialize(secretid=nil, lastuseddate=nil, lastsecretuseddate=nil)
  @SecretId = secretid
  @LastUsedDate = lastuseddate
  @LastSecretUsedDate = lastsecretuseddate
end

Instance Attribute Details

#LastSecretUsedDateObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SecretId:

    密钥ID

  • LastUsedDate:

    最后访问日期(有1天延迟)

  • LastSecretUsedDate:

    最后密钥访问日期



4567
4568
4569
# File 'lib/v20190116/models.rb', line 4567

def LastSecretUsedDate
  @LastSecretUsedDate
end

#LastUsedDateObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SecretId:

    密钥ID

  • LastUsedDate:

    最后访问日期(有1天延迟)

  • LastSecretUsedDate:

    最后密钥访问日期



4567
4568
4569
# File 'lib/v20190116/models.rb', line 4567

def LastUsedDate
  @LastUsedDate
end

#SecretIdObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SecretId:

    密钥ID

  • LastUsedDate:

    最后访问日期(有1天延迟)

  • LastSecretUsedDate:

    最后密钥访问日期



4567
4568
4569
# File 'lib/v20190116/models.rb', line 4567

def SecretId
  @SecretId
end

Instance Method Details

#deserialize(params) ⇒ Object



4575
4576
4577
4578
4579
# File 'lib/v20190116/models.rb', line 4575

def deserialize(params)
  @SecretId = params['SecretId']
  @LastUsedDate = params['LastUsedDate']
  @LastSecretUsedDate = params['LastSecretUsedDate']
end