Class: Aws::Types::VisibilityConfig
- Inherits:
-
Object
- Object
- Aws::Types::VisibilityConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_metrics_enabled ⇒ Boolean
Returns the value of attribute cloud_watch_metrics_enabled.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#sampled_requests_enabled ⇒ Boolean
Returns the value of attribute sampled_requests_enabled.
Instance Attribute Details
#cloud_watch_metrics_enabled ⇒ Boolean
Returns the value of attribute cloud_watch_metrics_enabled.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def cloud_watch_metrics_enabled @cloud_watch_metrics_enabled end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def metric_name @metric_name end |
#sampled_requests_enabled ⇒ Boolean
Returns the value of attribute sampled_requests_enabled.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def sampled_requests_enabled @sampled_requests_enabled end |