Class: TencentCloud::Eb::V20210416::SCFParams

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

Overview

云函数参数

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(batchtimeout = nil, batcheventcount = nil, enablebatchdelivery = nil) ⇒ SCFParams

Returns a new instance of SCFParams.



2096
2097
2098
2099
2100
# File 'lib/v20210416/models.rb', line 2096

def initialize(batchtimeout=nil, batcheventcount=nil, enablebatchdelivery=nil)
  @BatchTimeout = batchtimeout
  @BatchEventCount = batcheventcount
  @EnableBatchDelivery = enablebatchdelivery
end

Instance Attribute Details

#BatchEventCountObject

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

Parameters:

  • BatchTimeout:

    批量投递最长等待时间

  • BatchEventCount:

    批量投递最大事件条数

  • EnableBatchDelivery:

    开启批量投递使能



2094
2095
2096
# File 'lib/v20210416/models.rb', line 2094

def BatchEventCount
  @BatchEventCount
end

#BatchTimeoutObject

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

Parameters:

  • BatchTimeout:

    批量投递最长等待时间

  • BatchEventCount:

    批量投递最大事件条数

  • EnableBatchDelivery:

    开启批量投递使能



2094
2095
2096
# File 'lib/v20210416/models.rb', line 2094

def BatchTimeout
  @BatchTimeout
end

#EnableBatchDeliveryObject

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

Parameters:

  • BatchTimeout:

    批量投递最长等待时间

  • BatchEventCount:

    批量投递最大事件条数

  • EnableBatchDelivery:

    开启批量投递使能



2094
2095
2096
# File 'lib/v20210416/models.rb', line 2094

def EnableBatchDelivery
  @EnableBatchDelivery
end

Instance Method Details

#deserialize(params) ⇒ Object



2102
2103
2104
2105
2106
# File 'lib/v20210416/models.rb', line 2102

def deserialize(params)
  @BatchTimeout = params['BatchTimeout']
  @BatchEventCount = params['BatchEventCount']
  @EnableBatchDelivery = params['EnableBatchDelivery']
end