Class: Aws::EC2::Types::DescribeInstanceSqlHaHistoryStatesResult

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 historical SQL Server High Availability states of the SQL Server High Availability instances.

Returns:



25452
25453
25454
25455
25456
25457
# File 'lib/aws-sdk-ec2/types.rb', line 25452

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

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


25452
25453
25454
25455
25456
25457
# File 'lib/aws-sdk-ec2/types.rb', line 25452

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