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)


58713
58714
58715
58716
58717
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58713

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