Class: Aws::EC2::Types::SpotFleetMonitoring

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

Overview

Note:

When making an API call, you may pass SpotFleetMonitoring data as a hash:

{
  enabled: false,
}

Describes whether monitoring is enabled.

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Enables monitoring for the instance.

Default: ‘false`

Returns:

  • (Boolean)


34196
34197
34198
34199
# File 'lib/aws-sdk-ec2/types.rb', line 34196

class SpotFleetMonitoring < Struct.new(
  :enabled)
  include Aws::Structure
end