Class: Aws::EC2::Types::Monitoring
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Monitoring
- 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
-
#state ⇒ String
Indicates whether detailed monitoring is enabled.
Instance Attribute Details
#state ⇒ String
Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.
52066 52067 52068 52069 52070 |
# File 'lib/aws-sdk-ec2/types.rb', line 52066 class Monitoring < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |