Class: Aws::SecurityHub::Types::AwsEc2InstanceMonitoringDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2InstanceMonitoringDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The type of monitoring that’s turned on for an Amazon EC2 instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
Indicates whether detailed monitoring is turned on.
Instance Attribute Details
#state ⇒ String
Indicates whether detailed monitoring is turned on. Otherwise, basic monitoring is turned on.
6867 6868 6869 6870 6871 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6867 class AwsEc2InstanceMonitoringDetails < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |