Class: Aws::Types::EnableAwsNetworkPerformanceMetricSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableAwsNetworkPerformanceMetricSubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#metric ⇒ "aggregate-latency"
Returns the value of attribute metric.
-
#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.
9130 9131 9132 |
# File 'sig/types.rbs', line 9130 def destination @destination end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9133 9134 9135 |
# File 'sig/types.rbs', line 9133 def dry_run @dry_run end |
#metric ⇒ "aggregate-latency"
Returns the value of attribute metric.
9131 9132 9133 |
# File 'sig/types.rbs', line 9131 def metric @metric end |
#source ⇒ ::String
Returns the value of attribute source.
9129 9130 9131 |
# File 'sig/types.rbs', line 9129 def source @source end |
#statistic ⇒ "p50"
Returns the value of attribute statistic.
9132 9133 9134 |
# File 'sig/types.rbs', line 9132 def statistic @statistic end |