Class: Aws::Types::Subscription
- Inherits:
-
Object
- Object
- Aws::Types::Subscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#metric ⇒ "aggregate-latency"
Returns the value of attribute metric.
-
#period ⇒ "five-minutes", ...
Returns the value of attribute period.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#statistic ⇒ "p50"
Returns the value of attribute statistic.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
18274 18275 18276 |
# File 'sig/types.rbs', line 18274 def destination @destination end |
#metric ⇒ "aggregate-latency"
Returns the value of attribute metric.
18275 18276 18277 |
# File 'sig/types.rbs', line 18275 def metric @metric end |
#period ⇒ "five-minutes", ...
Returns the value of attribute period.
18277 18278 18279 |
# File 'sig/types.rbs', line 18277 def period @period end |
#source ⇒ ::String
Returns the value of attribute source.
18273 18274 18275 |
# File 'sig/types.rbs', line 18273 def source @source end |
#statistic ⇒ "p50"
Returns the value of attribute statistic.
18276 18277 18278 |
# File 'sig/types.rbs', line 18276 def statistic @statistic end |