Class: Aws::Types::Subscription

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)


18253
18254
18255
# File 'sig/types.rbs', line 18253

def destination
  @destination
end

#metric"aggregate-latency"

Returns the value of attribute metric.

Returns:

  • ("aggregate-latency")


18254
18255
18256
# File 'sig/types.rbs', line 18254

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


18256
18257
18258
# File 'sig/types.rbs', line 18256

def period
  @period
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


18252
18253
18254
# File 'sig/types.rbs', line 18252

def source
  @source
end

#statistic"p50"

Returns the value of attribute statistic.

Returns:

  • ("p50")


18255
18256
18257
# File 'sig/types.rbs', line 18255

def statistic
  @statistic
end