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