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

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

#instance_idString

The ID of the instance.

Returns:

  • (String)


22749
22750
22751
22752
22753
# File 'lib/aws-sdk-ec2/types.rb', line 22749

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

#monitoringTypes::Monitoring

The monitoring for the instance.

Returns:



22749
22750
22751
22752
22753
# File 'lib/aws-sdk-ec2/types.rb', line 22749

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