Class: TencentCloud::Cam::V20190116::GetServiceLinkedRoleDeletionStatusResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::GetServiceLinkedRoleDeletionStatusResponse
- Defined in:
- lib/v20190116/models.rb
Overview
GetServiceLinkedRoleDeletionStatus返回参数结构体
Instance Attribute Summary collapse
-
#Reason ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ServiceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ServiceType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, reason = nil, servicetype = nil, servicename = nil, requestid = nil) ⇒ GetServiceLinkedRoleDeletionStatusResponse
constructor
A new instance of GetServiceLinkedRoleDeletionStatusResponse.
Constructor Details
#initialize(status = nil, reason = nil, servicetype = nil, servicename = nil, requestid = nil) ⇒ GetServiceLinkedRoleDeletionStatusResponse
Returns a new instance of GetServiceLinkedRoleDeletionStatusResponse.
2695 2696 2697 2698 2699 2700 2701 |
# File 'lib/v20190116/models.rb', line 2695 def initialize(status=nil, reason=nil, servicetype=nil, servicename=nil, requestid=nil) @Status = status @Reason = reason @ServiceType = servicetype @ServiceName = servicename @RequestId = requestid end |
Instance Attribute Details
#Reason ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2693 2694 2695 |
# File 'lib/v20190116/models.rb', line 2693 def Reason @Reason end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2693 2694 2695 |
# File 'lib/v20190116/models.rb', line 2693 def RequestId @RequestId end |
#ServiceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2693 2694 2695 |
# File 'lib/v20190116/models.rb', line 2693 def ServiceName @ServiceName end |
#ServiceType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2693 2694 2695 |
# File 'lib/v20190116/models.rb', line 2693 def ServiceType @ServiceType end |
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2693 2694 2695 |
# File 'lib/v20190116/models.rb', line 2693 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
2703 2704 2705 2706 2707 2708 2709 |
# File 'lib/v20190116/models.rb', line 2703 def deserialize(params) @Status = params['Status'] @Reason = params['Reason'] @ServiceType = params['ServiceType'] @ServiceName = params['ServiceName'] @RequestId = params['RequestId'] end |