struct Lightsail::GetContainerServiceMetricDataRequest
- Lightsail::GetContainerServiceMetricDataRequest
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
- .new(serviceName : String, metricName : String, startTime : Time, endTime : Time, period : Int16, statistics : Array(String))
- .new(pull : JSON::PullParser)
Instance Method Summary
- #endTime : Time
- #endTime=(endTime : Time)
- #fill_in(request : HTTP::Request) : HTTP::Request
- #metricName : String
- #metricName=(metricName : String)
- #period : Int16
- #period=(period : Int16)
- #serviceName : String
- #serviceName=(serviceName : String)
- #startTime : Time
- #startTime=(startTime : Time)
- #statistics : Array(String)
- #statistics=(statistics : Array(String))
Constructor Detail
def self.new(serviceName : String, metricName : String, startTime : Time, endTime : Time, period : Int16, statistics : Array(String))
#