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)


4055
4056
4057
# File 'sig/types.rbs', line 4055

def destination
  @destination
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4053
4054
4055
# File 'sig/types.rbs', line 4053

def id
  @id
end

#metric"aggregate-latency"

Returns the value of attribute metric.

Returns:

  • ("aggregate-latency")


4056
4057
4058
# File 'sig/types.rbs', line 4056

def metric
  @metric
end

#metric_points::Array[Types::MetricPoint]

Returns the value of attribute metric_points.

Returns:



4059
4060
4061
# File 'sig/types.rbs', line 4059

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


4058
4059
4060
# File 'sig/types.rbs', line 4058

def period
  @period
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


4054
4055
4056
# File 'sig/types.rbs', line 4054

def source
  @source
end

#statistic"p50"

Returns the value of attribute statistic.

Returns:

  • ("p50")


4057
4058
4059
# File 'sig/types.rbs', line 4057

def statistic
  @statistic
end