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.
3527 3528 3529 3530 3531 3532 3533 3534 3535 |
# File 'lib/v20190103/models.rb', line 3527 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
3525 3526 3527 |
# File 'lib/v20190103/models.rb', line 3525 def Aggregator @Aggregator end |
#Downsample ⇒ Object
3525 3526 3527 |
# File 'lib/v20190103/models.rb', line 3525 def Downsample @Downsample end |
#End ⇒ Object
3525 3526 3527 |
# File 'lib/v20190103/models.rb', line 3525 def End @End end |
#InstanceId ⇒ Object
3525 3526 3527 |
# File 'lib/v20190103/models.rb', line 3525 def InstanceId @InstanceId end |
#Metric ⇒ Object
3525 3526 3527 |
# File 'lib/v20190103/models.rb', line 3525 def Metric @Metric end |
#Start ⇒ Object
3525 3526 3527 |
# File 'lib/v20190103/models.rb', line 3525 def Start @Start end |
#Tags ⇒ Object
3525 3526 3527 |
# File 'lib/v20190103/models.rb', line 3525 def Tags @Tags end |
Instance Method Details
#deserialize(params) ⇒ Object
3537 3538 3539 3540 3541 3542 3543 3544 3545 |
# File 'lib/v20190103/models.rb', line 3537 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 |