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.
2717 2718 2719 |
# File 'sig/types.rbs', line 2717 def computation_model_id @computation_model_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2719 2720 2721 |
# File 'sig/types.rbs', line 2719 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2718 2719 2720 |
# File 'sig/types.rbs', line 2718 def next_token @next_token end |