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

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

Overview

Describes the monitoring of an instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

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

Returns:

  • (String)


59546
59547
59548
59549
59550
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59546

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