Class: Aws::Types::ListSubscribedWorkteamsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



8533
8534
8535
# File 'sig/types.rbs', line 8533

def next_token
  @next_token
end

#subscribed_workteams::Array[Types::SubscribedWorkteam]

Returns the value of attribute subscribed_workteams.



8532
8533
8534
# File 'sig/types.rbs', line 8532

def subscribed_workteams
  @subscribed_workteams
end