Class: Aws::Types::ListMeshesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListMeshesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#meshes ⇒ ::Array[Types::MeshRef]
Returns the value of attribute meshes.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#meshes ⇒ ::Array[Types::MeshRef]
Returns the value of attribute meshes.
748 749 750 |
# File 'sig/types.rbs', line 748 def meshes @meshes end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
749 750 751 |
# File 'sig/types.rbs', line 749 def next_token @next_token end |