Class: Aws::AppConfig::Types::VendedMetricsSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appconfig/types.rb

Overview

Configuration settings for vended metrics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Whether vended metrics are enabled for the account.

Returns:

  • (Boolean)


3895
3896
3897
3898
3899
# File 'lib/aws-sdk-appconfig/types.rb', line 3895

class VendedMetricsSettings < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end