Class: Aws::EC2::Types::DisableInstanceSqlHaStandbyDetectionsResult

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 disabled from SQL Server High Availability standby detection monitoring.

Returns:



36739
36740
36741
36742
36743
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36739

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