Class: Aws::Types::ListInferenceProfilesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListInferenceProfilesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inference_profile_summaries ⇒ ::Array[Types::InferenceProfileSummary]
Returns the value of attribute inference_profile_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#inference_profile_summaries ⇒ ::Array[Types::InferenceProfileSummary]
Returns the value of attribute inference_profile_summaries.
2778 2779 2780 |
# File 'sig/types.rbs', line 2778 def inference_profile_summaries @inference_profile_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def next_token @next_token end |