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)


51299
51300
51301
51302
51303
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51299

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