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.



4527
4528
4529
4530
4531
# File 'lib/v20190116/models.rb', line 4527

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:

    最后密钥访问日期



4525
4526
4527
# File 'lib/v20190116/models.rb', line 4525

def LastSecretUsedDate
  @LastSecretUsedDate
end

#LastUsedDateObject

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

Parameters:

  • SecretId:

    密钥ID

  • LastUsedDate:

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

  • LastSecretUsedDate:

    最后密钥访问日期



4525
4526
4527
# File 'lib/v20190116/models.rb', line 4525

def LastUsedDate
  @LastUsedDate
end

#SecretIdObject

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

Parameters:

  • SecretId:

    密钥ID

  • LastUsedDate:

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

  • LastSecretUsedDate:

    最后密钥访问日期



4525
4526
4527
# File 'lib/v20190116/models.rb', line 4525

def SecretId
  @SecretId
end

Instance Method Details

#deserialize(params) ⇒ Object



4533
4534
4535
4536
4537
# File 'lib/v20190116/models.rb', line 4533

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