Class: Aws::Types::DataQuery

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


4095
4096
4097
# File 'sig/types.rbs', line 4095

def destination
  @destination
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4093
4094
4095
# File 'sig/types.rbs', line 4093

def id
  @id
end

#metric"aggregate-latency"

Returns the value of attribute metric.

Returns:

  • ("aggregate-latency")


4096
4097
4098
# File 'sig/types.rbs', line 4096

def metric
  @metric
end

#period"five-minutes", ...

Returns the value of attribute period.

Returns:

  • ("five-minutes", "fifteen-minutes", "one-hour", "three-hours", "one-day", "one-week")


4098
4099
4100
# File 'sig/types.rbs', line 4098

def period
  @period
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


4094
4095
4096
# File 'sig/types.rbs', line 4094

def source
  @source
end

#statistic"p50"

Returns the value of attribute statistic.

Returns:

  • ("p50")


4097
4098
4099
# File 'sig/types.rbs', line 4097

def statistic
  @statistic
end