Class: TencentCloud::Cam::V20190116::SecretIdLastUsed
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::SecretIdLastUsed
- Defined in:
- lib/v20190116/models.rb
Overview
密钥最后使用时间
Instance Attribute Summary collapse
-
#LastSecretUsedDate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#LastUsedDate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SecretId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(secretid = nil, lastuseddate = nil, lastsecretuseddate = nil) ⇒ SecretIdLastUsed
constructor
A new instance of SecretIdLastUsed.
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
#LastSecretUsedDate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4525 4526 4527 |
# File 'lib/v20190116/models.rb', line 4525 def LastSecretUsedDate @LastSecretUsedDate end |
#LastUsedDate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4525 4526 4527 |
# File 'lib/v20190116/models.rb', line 4525 def LastUsedDate @LastUsedDate end |
#SecretId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
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 |