Class: Aws::Types::DescribeInstanceSqlHaHistoryStatesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstanceSqlHaHistoryStatesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instances ⇒ ::Array[Types::RegisteredInstance]
Returns the value of attribute instances.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instances ⇒ ::Array[Types::RegisteredInstance]
Returns the value of attribute instances.
6252 6253 6254 |
# File 'sig/types.rbs', line 6252 def instances @instances end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6253 6254 6255 |
# File 'sig/types.rbs', line 6253 def next_token @next_token end |