Class: TencentCloud::Apigateway::V20180808::UsagePlanBindSecret
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::UsagePlanBindSecret
- Defined in:
- lib/v20180808/models.rb
Overview
使用计划绑定密钥
Instance Attribute Summary collapse
-
#AccessKeyId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SecretName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(accesskeyid = nil, secretname = nil, status = nil) ⇒ UsagePlanBindSecret
constructor
A new instance of UsagePlanBindSecret.
Constructor Details
#initialize(accesskeyid = nil, secretname = nil, status = nil) ⇒ UsagePlanBindSecret
9848 9849 9850 9851 9852 |
# File 'lib/v20180808/models.rb', line 9848 def initialize(accesskeyid=nil, secretname=nil, status=nil) @AccessKeyId = accesskeyid @SecretName = secretname @Status = status end |
Instance Attribute Details
#AccessKeyId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
9846 9847 9848 |
# File 'lib/v20180808/models.rb', line 9846 def AccessKeyId @AccessKeyId end |
#SecretName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
9846 9847 9848 |
# File 'lib/v20180808/models.rb', line 9846 def SecretName @SecretName end |
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
9846 9847 9848 |
# File 'lib/v20180808/models.rb', line 9846 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
9854 9855 9856 9857 9858 |
# File 'lib/v20180808/models.rb', line 9854 def deserialize(params) @AccessKeyId = params['AccessKeyId'] @SecretName = params['SecretName'] @Status = params['Status'] end |