Class: TencentCloud::Asw::V20200722::ExecutionEvent

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

Overview

执行的事件历史

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(executionresourcename = nil, eventid = nil, eventcategory = nil, stepname = nil, resourcename = nil, timestamp = nil, content = nil, exception = nil) ⇒ ExecutionEvent

Returns a new instance of ExecutionEvent.



420
421
422
423
424
425
426
427
428
429
# File 'lib/v20200722/models.rb', line 420

def initialize(executionresourcename=nil, eventid=nil, eventcategory=nil, stepname=nil, resourcename=nil, timestamp=nil, content=nil, exception=nil)
  @ExecutionResourceName = executionresourcename
  @EventId = eventid
  @EventCategory = eventcategory
  @StepName = stepname
  @ResourceName = resourcename
  @Timestamp = timestamp
  @Content = content
  @Exception = exception
end

Instance Attribute Details

#ContentObject

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

Parameters:

  • ExecutionResourceName:

    执行资源名

  • EventId:

    自增序号

  • EventCategory:

    事件类型

  • StepName:

    步骤节点名称

  • ResourceName:

    该步骤引用的资源名

  • Timestamp:

    该事件发生时间,毫秒

  • Content:

    事件内容

  • Exception:

    异常信息



418
419
420
# File 'lib/v20200722/models.rb', line 418

def Content
  @Content
end

#EventCategoryObject

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

Parameters:

  • ExecutionResourceName:

    执行资源名

  • EventId:

    自增序号

  • EventCategory:

    事件类型

  • StepName:

    步骤节点名称

  • ResourceName:

    该步骤引用的资源名

  • Timestamp:

    该事件发生时间,毫秒

  • Content:

    事件内容

  • Exception:

    异常信息



418
419
420
# File 'lib/v20200722/models.rb', line 418

def EventCategory
  @EventCategory
end

#EventIdObject

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

Parameters:

  • ExecutionResourceName:

    执行资源名

  • EventId:

    自增序号

  • EventCategory:

    事件类型

  • StepName:

    步骤节点名称

  • ResourceName:

    该步骤引用的资源名

  • Timestamp:

    该事件发生时间,毫秒

  • Content:

    事件内容

  • Exception:

    异常信息



418
419
420
# File 'lib/v20200722/models.rb', line 418

def EventId
  @EventId
end

#ExceptionObject

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

Parameters:

  • ExecutionResourceName:

    执行资源名

  • EventId:

    自增序号

  • EventCategory:

    事件类型

  • StepName:

    步骤节点名称

  • ResourceName:

    该步骤引用的资源名

  • Timestamp:

    该事件发生时间,毫秒

  • Content:

    事件内容

  • Exception:

    异常信息



418
419
420
# File 'lib/v20200722/models.rb', line 418

def Exception
  @Exception
end

#ExecutionResourceNameObject

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

Parameters:

  • ExecutionResourceName:

    执行资源名

  • EventId:

    自增序号

  • EventCategory:

    事件类型

  • StepName:

    步骤节点名称

  • ResourceName:

    该步骤引用的资源名

  • Timestamp:

    该事件发生时间,毫秒

  • Content:

    事件内容

  • Exception:

    异常信息



418
419
420
# File 'lib/v20200722/models.rb', line 418

def ExecutionResourceName
  @ExecutionResourceName
end

#ResourceNameObject

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

Parameters:

  • ExecutionResourceName:

    执行资源名

  • EventId:

    自增序号

  • EventCategory:

    事件类型

  • StepName:

    步骤节点名称

  • ResourceName:

    该步骤引用的资源名

  • Timestamp:

    该事件发生时间,毫秒

  • Content:

    事件内容

  • Exception:

    异常信息



418
419
420
# File 'lib/v20200722/models.rb', line 418

def ResourceName
  @ResourceName
end

#StepNameObject

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

Parameters:

  • ExecutionResourceName:

    执行资源名

  • EventId:

    自增序号

  • EventCategory:

    事件类型

  • StepName:

    步骤节点名称

  • ResourceName:

    该步骤引用的资源名

  • Timestamp:

    该事件发生时间,毫秒

  • Content:

    事件内容

  • Exception:

    异常信息



418
419
420
# File 'lib/v20200722/models.rb', line 418

def StepName
  @StepName
end

#TimestampObject

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

Parameters:

  • ExecutionResourceName:

    执行资源名

  • EventId:

    自增序号

  • EventCategory:

    事件类型

  • StepName:

    步骤节点名称

  • ResourceName:

    该步骤引用的资源名

  • Timestamp:

    该事件发生时间,毫秒

  • Content:

    事件内容

  • Exception:

    异常信息



418
419
420
# File 'lib/v20200722/models.rb', line 418

def Timestamp
  @Timestamp
end

Instance Method Details

#deserialize(params) ⇒ Object



431
432
433
434
435
436
437
438
439
440
# File 'lib/v20200722/models.rb', line 431

def deserialize(params)
  @ExecutionResourceName = params['ExecutionResourceName']
  @EventId = params['EventId']
  @EventCategory = params['EventCategory']
  @StepName = params['StepName']
  @ResourceName = params['ResourceName']
  @Timestamp = params['Timestamp']
  @Content = params['Content']
  @Exception = params['Exception']
end