Class: Aws::EC2::Types::RunInstancesMonitoringEnabled

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

Overview

Describes the monitoring of an instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

Returns:

  • (Boolean)


58807
58808
58809
58810
58811
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58807

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