Method: Aws::S3Control::Types::ObjectLambdaConfiguration#cloud_watch_metrics_enabled
- Defined in:
- lib/aws-sdk-s3control/types.rb
#cloud_watch_metrics_enabled ⇒ Boolean
A container for whether the CloudWatch metrics configuration is enabled.
5972 5973 5974 5975 5976 5977 5978 5979 |
# File 'lib/aws-sdk-s3control/types.rb', line 5972 class ObjectLambdaConfiguration < Struct.new( :supporting_access_point, :cloud_watch_metrics_enabled, :allowed_features, :transformation_configurations) SENSITIVE = [] include Aws::Structure end |