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)


17914
17915
17916
# File 'sig/types.rbs', line 17914

def destination
  @destination
end

#metric"aggregate-latency"

Returns the value of attribute metric.

Returns:

  • ("aggregate-latency")


17915
17916
17917
# File 'sig/types.rbs', line 17915

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


17917
17918
17919
# File 'sig/types.rbs', line 17917

def period
  @period
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


17913
17914
17915
# File 'sig/types.rbs', line 17913

def source
  @source
end

#statistic"p50"

Returns the value of attribute statistic.

Returns:

  • ("p50")


17916
17917
17918
# File 'sig/types.rbs', line 17916

def statistic
  @statistic
end