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.
55080 55081 55082 55083 55084 |
# File 'lib/aws-sdk-ec2/types.rb', line 55080 class Monitoring < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |