Class: Aws::EC2::Types::EnableInstanceSqlHaStandbyDetectionsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instancesArray<Types::RegisteredInstance>

Information about the instances that were enabled for SQL Server High Availability standby detection monitoring.

Returns:



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