Class: Aws::EC2::Types::ScheduledInstancesMonitoring

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

Overview

Describes whether monitoring is enabled for a Scheduled Instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Indicates whether monitoring is enabled.

Returns:

  • (Boolean)


64539
64540
64541
64542
64543
# File 'lib/aws-sdk-ec2/types.rb', line 64539

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