Class: Aws::Types::ListComputationModelResolveToResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListComputationModelResolveToResourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
2727 2728 2729 |
# File 'sig/types.rbs', line 2727 def computation_model_id @computation_model_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2729 2730 2731 |
# File 'sig/types.rbs', line 2729 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2728 2729 2730 |
# File 'sig/types.rbs', line 2728 def next_token @next_token end |