Class: Aws::Types::ListWorkteamsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkteamsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workteams ⇒ ::Array[Types::Workteam]
Returns the value of attribute workteams.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8717 8718 8719 |
# File 'sig/types.rbs', line 8717 def next_token @next_token end |
#workteams ⇒ ::Array[Types::Workteam]
Returns the value of attribute workteams.
8716 8717 8718 |
# File 'sig/types.rbs', line 8716 def workteams @workteams end |