Class: Aws::Types::DescribeInstanceTopologyResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstanceTopologyResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instances ⇒ ::Array[Types::InstanceTopology]
Returns the value of attribute instances.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instances ⇒ ::Array[Types::InstanceTopology]
Returns the value of attribute instances.
6375 6376 6377 |
# File 'sig/types.rbs', line 6375 def instances @instances end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6376 6377 6378 |
# File 'sig/types.rbs', line 6376 def next_token @next_token end |