Class: Aws::Types::SummaryMetricQuery

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")


1994
1995
1996
# File 'sig/types.rbs', line 1994

def aggregation_period
  @aggregation_period
end

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

Returns the value of attribute dimensions.

Returns:



1993
1994
1995
# File 'sig/types.rbs', line 1993

def dimensions
  @dimensions
end

#end_timestamp ⇒ ::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


1996
1997
1998
# File 'sig/types.rbs', line 1996

def end_timestamp
  @end_timestamp
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")


1992
1993
1994
# File 'sig/types.rbs', line 1992

def metric_name
  @metric_name
end

#query_id ⇒ ::String

Returns the value of attribute query_id.

Returns:

  • (::String)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def query_id
  @query_id
end

#start_timestamp ⇒ ::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


1995
1996
1997
# File 'sig/types.rbs', line 1995

def start_timestamp
  @start_timestamp
end