Class: TencentCloud::As::V20180419::DeleteNotificationConfigurationRequest

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

Overview

DeleteNotificationConfiguration请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(autoscalingnotificationid = nil) ⇒ DeleteNotificationConfigurationRequest

Returns a new instance of DeleteNotificationConfigurationRequest.



1683
1684
1685
# File 'lib/v20180419/models.rb', line 1683

def initialize(autoscalingnotificationid=nil)
  @AutoScalingNotificationId = autoscalingnotificationid
end

Instance Attribute Details

#AutoScalingNotificationIdObject

Parameters:

  • AutoScalingNotificationId:

    待删除的通知ID,目前为必填参数。可通过登录 控制台 或调用接口 DescribeNotificationConfigurations ,取返回信息中的 AutoScalingNotificationId 获取通知ID。



1681
1682
1683
# File 'lib/v20180419/models.rb', line 1681

def AutoScalingNotificationId
  @AutoScalingNotificationId
end

Instance Method Details

#deserialize(params) ⇒ Object



1687
1688
1689
# File 'lib/v20180419/models.rb', line 1687

def deserialize(params)
  @AutoScalingNotificationId = params['AutoScalingNotificationId']
end