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)


4045
4046
4047
# File 'sig/types.rbs', line 4045

def destination
  @destination
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4043
4044
4045
# File 'sig/types.rbs', line 4043

def id
  @id
end

#metric"aggregate-latency"

Returns the value of attribute metric.

Returns:

  • ("aggregate-latency")


4046
4047
4048
# File 'sig/types.rbs', line 4046

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


4048
4049
4050
# File 'sig/types.rbs', line 4048

def period
  @period
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


4044
4045
4046
# File 'sig/types.rbs', line 4044

def source
  @source
end

#statistic"p50"

Returns the value of attribute statistic.

Returns:

  • ("p50")


4047
4048
4049
# File 'sig/types.rbs', line 4047

def statistic
  @statistic
end