Class: Aws::Types::DataResponse

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)


3931
3932
3933
# File 'sig/types.rbs', line 3931

def destination
  @destination
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3929
3930
3931
# File 'sig/types.rbs', line 3929

def id
  @id
end

#metric"aggregate-latency"

Returns the value of attribute metric.

Returns:

  • ("aggregate-latency")


3932
3933
3934
# File 'sig/types.rbs', line 3932

def metric
  @metric
end

#metric_points::Array[Types::MetricPoint]

Returns the value of attribute metric_points.

Returns:



3935
3936
3937
# File 'sig/types.rbs', line 3935

def metric_points
  @metric_points
end

#period"five-minutes", ...

Returns the value of attribute period.

Returns:

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


3934
3935
3936
# File 'sig/types.rbs', line 3934

def period
  @period
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


3930
3931
3932
# File 'sig/types.rbs', line 3930

def source
  @source
end

#statistic"p50"

Returns the value of attribute statistic.

Returns:

  • ("p50")


3933
3934
3935
# File 'sig/types.rbs', line 3933

def statistic
  @statistic
end