Class: Aws::Types::SummaryMetricQueryResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_period ⇒ "OneHour", ...

Returns the value of attribute aggregation_period.

Returns:

  • ("OneHour", "OneDay", "OneWeek")


2006
2007
2008
# File 'sig/types.rbs', line 2006

def aggregation_period
  @aggregation_period
end

#dimensions ⇒ ::Array[Types::Dimension]

Returns the value of attribute dimensions.

Returns:



2005
2006
2007
# File 'sig/types.rbs', line 2005

def dimensions
  @dimensions
end

#end_timestamp ⇒ ::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


2008
2009
2010
# File 'sig/types.rbs', line 2008

def end_timestamp
  @end_timestamp
end

#error ⇒ ::String

Returns the value of attribute error.

Returns:

  • (::String)


2003
2004
2005
# File 'sig/types.rbs', line 2003

def error
  @error
end

#metric_name ⇒ "DeviceRSSI", ...

Returns the value of attribute metric_name.

Returns:

  • ("DeviceRSSI", "DeviceSNR", "DeviceRoamingRSSI", "DeviceRoamingSNR", "DeviceUplinkCount", "DeviceDownlinkCount", "DeviceUplinkLostCount", "DeviceUplinkLostRate", "DeviceJoinRequestCount", "DeviceJoinAcceptCount", "DeviceRoamingUplinkCount", "DeviceRoamingDownlinkCount", "GatewayUpTime", "GatewayDownTime", "GatewayRSSI", "GatewaySNR", "GatewayUplinkCount", "GatewayDownlinkCount", "GatewayJoinRequestCount", "GatewayJoinAcceptCount", "AwsAccountUplinkCount", "AwsAccountDownlinkCount", "AwsAccountUplinkLostCount", "AwsAccountUplinkLostRate", "AwsAccountJoinRequestCount", "AwsAccountJoinAcceptCount", "AwsAccountRoamingUplinkCount", "AwsAccountRoamingDownlinkCount", "AwsAccountDeviceCount", "AwsAccountGatewayCount", "AwsAccountActiveDeviceCount", "AwsAccountActiveGatewayCount")


2004
2005
2006
# File 'sig/types.rbs', line 2004

def metric_name
  @metric_name
end

#query_id ⇒ ::String

Returns the value of attribute query_id.

Returns:

  • (::String)


2001
2002
2003
# File 'sig/types.rbs', line 2001

def query_id
  @query_id
end

#query_status ⇒ "Succeeded", "Failed"

Returns the value of attribute query_status.

Returns:

  • ("Succeeded", "Failed")


2002
2003
2004
# File 'sig/types.rbs', line 2002

def query_status
  @query_status
end

#start_timestamp ⇒ ::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


2007
2008
2009
# File 'sig/types.rbs', line 2007

def start_timestamp
  @start_timestamp
end

#timestamps ⇒ ::Array[::Time]

Returns the value of attribute timestamps.

Returns:

  • (::Array[::Time])


2009
2010
2011
# File 'sig/types.rbs', line 2009

def timestamps
  @timestamps
end

#unit ⇒ ::String

Returns the value of attribute unit.

Returns:

  • (::String)


2011
2012
2013
# File 'sig/types.rbs', line 2011

def unit
  @unit
end

#values ⇒ ::Array[Types::MetricQueryValue]

Returns the value of attribute values.

Returns:



2010
2011
2012
# File 'sig/types.rbs', line 2010

def values
  @values
end