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)


3921
3922
3923
# File 'sig/types.rbs', line 3921

def destination
  @destination
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3919
3920
3921
# File 'sig/types.rbs', line 3919

def id
  @id
end

#metric"aggregate-latency"

Returns the value of attribute metric.

Returns:

  • ("aggregate-latency")


3922
3923
3924
# File 'sig/types.rbs', line 3922

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


3924
3925
3926
# File 'sig/types.rbs', line 3924

def period
  @period
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


3920
3921
3922
# File 'sig/types.rbs', line 3920

def source
  @source
end

#statistic"p50"

Returns the value of attribute statistic.

Returns:

  • ("p50")


3923
3924
3925
# File 'sig/types.rbs', line 3923

def statistic
  @statistic
end