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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the instance.

Returns:

  • (String)


39454
39455
39456
39457
39458
39459
# File 'lib/aws-sdk-ec2/types.rb', line 39454

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

#monitoringTypes::Monitoring

The monitoring for the instance.

Returns:



39454
39455
39456
39457
39458
39459
# File 'lib/aws-sdk-ec2/types.rb', line 39454

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