Class: Aws::EC2::Types::EnableInstanceSqlHaStandbyDetectionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableInstanceSqlHaStandbyDetectionsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instances ⇒ Array<Types::RegisteredInstance>
Information about the instances that were enabled for SQL Server High Availability standby detection monitoring.
Instance Attribute Details
#instances ⇒ Array<Types::RegisteredInstance>
Information about the instances that were enabled for SQL Server High Availability standby detection monitoring.
38053 38054 38055 38056 38057 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38053 class EnableInstanceSqlHaStandbyDetectionsResult < Struct.new( :instances) SENSITIVE = [] include Aws::Structure end |