Class: Aws::EC2::Types::InstanceMonitoring

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

#instance_idString

The ID of the instance.

Returns:

  • (String)


50244
50245
50246
50247
50248
50249
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 50244

class InstanceMonitoring < Struct.new(
  :instance_id,
  :monitoring)
  SENSITIVE = []
  include Aws::Structure
end

#monitoringTypes::Monitoring

The monitoring for the instance.

Returns:



50244
50245
50246
50247
50248
50249
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 50244

class InstanceMonitoring < Struct.new(
  :instance_id,
  :monitoring)
  SENSITIVE = []
  include Aws::Structure
end