Class: Aws::Types::DisableAwsNetworkPerformanceMetricSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisableAwsNetworkPerformanceMetricSubscriptionRequest
- 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.
8357 8358 8359 |
# File 'sig/types.rbs', line 8357 def destination @destination end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8360 8361 8362 |
# File 'sig/types.rbs', line 8360 def dry_run @dry_run end |
#metric ⇒ "aggregate-latency"
Returns the value of attribute metric.
8358 8359 8360 |
# File 'sig/types.rbs', line 8358 def metric @metric end |
#source ⇒ ::String
Returns the value of attribute source.
8356 8357 8358 |
# File 'sig/types.rbs', line 8356 def source @source end |
#statistic ⇒ "p50"
Returns the value of attribute statistic.
8359 8360 8361 |
# File 'sig/types.rbs', line 8359 def statistic @statistic end |