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.
6327 6328 6329 |
# File 'sig/types.rbs', line 6327 def instances @instances end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6328 6329 6330 |
# File 'sig/types.rbs', line 6328 def next_token @next_token end |