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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



39786
39787
39788
39789
39790
# File 'lib/aws-sdk-ec2/types.rb', line 39786

class EnableInstanceSqlHaStandbyDetectionsResult < Struct.new(
  :instances)
  SENSITIVE = []
  include Aws::Structure
end