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.
6117 6118 6119 |
# File 'sig/types.rbs', line 6117 def instances @instances end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6118 6119 6120 |
# File 'sig/types.rbs', line 6118 def next_token @next_token end |