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)


59056
59057
59058
59059
59060
# File 'lib/aws-sdk-ec2/types.rb', line 59056

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