Class: Aws::EC2::Types::LaunchTemplatesMonitoringRequest

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

Overview

Note:

When making an API call, you may pass LaunchTemplatesMonitoringRequest data as a hash:

{
  enabled: false,
}

Describes the monitoring for the instance.

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specify ‘true` to enable detailed monitoring. Otherwise, basic monitoring is enabled.

Returns:

  • (Boolean)


24880
24881
24882
24883
# File 'lib/aws-sdk-ec2/types.rb', line 24880

class LaunchTemplatesMonitoringRequest < Struct.new(
  :enabled)
  include Aws::Structure
end