Class: TencentCloud::Emr::V20190103::DescribeEmrOverviewMetricsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::DescribeEmrOverviewMetricsRequest
- Defined in:
- lib/v20190103/models.rb
Overview
DescribeEmrOverviewMetrics请求参数结构体
Instance Attribute Summary collapse
- #Aggregator ⇒ Object
- #Downsample ⇒ Object
- #End ⇒ Object
- #InstanceId ⇒ Object
- #Metric ⇒ Object
- #Start ⇒ Object
- #Tags ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_end = nil, metric = nil, instanceid = nil, downsample = nil, start = nil, aggregator = nil, tags = nil) ⇒ DescribeEmrOverviewMetricsRequest
constructor
A new instance of DescribeEmrOverviewMetricsRequest.
Constructor Details
#initialize(_end = nil, metric = nil, instanceid = nil, downsample = nil, start = nil, aggregator = nil, tags = nil) ⇒ DescribeEmrOverviewMetricsRequest
Returns a new instance of DescribeEmrOverviewMetricsRequest.
3492 3493 3494 3495 3496 3497 3498 3499 3500 |
# File 'lib/v20190103/models.rb', line 3492 def initialize(_end=nil, metric=nil, instanceid=nil, downsample=nil, start=nil, aggregator=nil, =nil) @End = _end @Metric = metric @InstanceId = instanceid @Downsample = downsample @Start = start @Aggregator = aggregator @Tags = end |
Instance Attribute Details
#Aggregator ⇒ Object
3490 3491 3492 |
# File 'lib/v20190103/models.rb', line 3490 def Aggregator @Aggregator end |
#Downsample ⇒ Object
3490 3491 3492 |
# File 'lib/v20190103/models.rb', line 3490 def Downsample @Downsample end |
#End ⇒ Object
3490 3491 3492 |
# File 'lib/v20190103/models.rb', line 3490 def End @End end |
#InstanceId ⇒ Object
3490 3491 3492 |
# File 'lib/v20190103/models.rb', line 3490 def InstanceId @InstanceId end |
#Metric ⇒ Object
3490 3491 3492 |
# File 'lib/v20190103/models.rb', line 3490 def Metric @Metric end |
#Start ⇒ Object
3490 3491 3492 |
# File 'lib/v20190103/models.rb', line 3490 def Start @Start end |
#Tags ⇒ Object
3490 3491 3492 |
# File 'lib/v20190103/models.rb', line 3490 def Tags @Tags end |
Instance Method Details
#deserialize(params) ⇒ Object
3502 3503 3504 3505 3506 3507 3508 3509 3510 |
# File 'lib/v20190103/models.rb', line 3502 def deserialize(params) @End = params['End'] @Metric = params['Metric'] @InstanceId = params['InstanceId'] @Downsample = params['Downsample'] @Start = params['Start'] @Aggregator = params['Aggregator'] @Tags = params['Tags'] end |