Class: Aws::EC2::Types::Monitoring

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

Overview

Describes the monitoring of an instance.

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

Returns:

  • (String)


27039
27040
27041
27042
# File 'lib/aws-sdk-ec2/types.rb', line 27039

class Monitoring < Struct.new(
  :state)
  include Aws::Structure
end