Class: Aws::Types::GetExternalModelsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetExternalModelsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_models ⇒ ::Array[Types::ExternalModel]
Returns the value of attribute external_models.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#external_models ⇒ ::Array[Types::ExternalModel]
Returns the value of attribute external_models.
771 772 773 |
# File 'sig/types.rbs', line 771 def external_models @external_models end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
772 773 774 |
# File 'sig/types.rbs', line 772 def next_token @next_token end |