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.
17617 17618 17619 |
# File 'sig/types.rbs', line 17617 def destination @destination end |
#metric ⇒ "aggregate-latency"
Returns the value of attribute metric.
17618 17619 17620 |
# File 'sig/types.rbs', line 17618 def metric @metric end |
#period ⇒ "five-minutes", ...
Returns the value of attribute period.
17620 17621 17622 |
# File 'sig/types.rbs', line 17620 def period @period end |
#source ⇒ ::String
Returns the value of attribute source.
17616 17617 17618 |
# File 'sig/types.rbs', line 17616 def source @source end |
#statistic ⇒ "p50"
Returns the value of attribute statistic.
17619 17620 17621 |
# File 'sig/types.rbs', line 17619 def statistic @statistic end |