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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


57944
57945
57946
57947
57948
# File 'lib/aws-sdk-ec2/types.rb', line 57944

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