Class: Aws::Types::ListComputeOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListComputeOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_list ⇒ ::Array[Types::Compute]
Returns the value of attribute compute_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#compute_list ⇒ ::Array[Types::Compute]
Returns the value of attribute compute_list.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def compute_list @compute_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def next_token @next_token end |