struct Lightsail::GetBucketMetricDataRequest

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bucketName : String, metricName : String, startTime : Time, endTime : Time, period : Int16, statistics : Array(String), unit : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bucketName : String #

[View source]
def bucketName=(bucketName : String) #

[View source]
def endTime : Time #

[View source]
def endTime=(endTime : Time) #

[View source]
def fill_in(request : HTTP::Request) : HTTP::Request #

[View source]
def metricName : String #

[View source]
def metricName=(metricName : String) #

[View source]
def period : Int16 #

[View source]
def period=(period : Int16) #

[View source]
def startTime : Time #

[View source]
def startTime=(startTime : Time) #

[View source]
def statistics : Array(String) #

[View source]
def statistics=(statistics : Array(String)) #

[View source]
def unit : String #

[View source]
def unit=(unit : String) #

[View source]