Class: Aws::Types::ListInvitationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListInvitationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invitations ⇒ ::Array[Types::Invitation]
Returns the value of attribute invitations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#invitations ⇒ ::Array[Types::Invitation]
Returns the value of attribute invitations.
6504 6505 6506 |
# File 'sig/types.rbs', line 6504 def invitations @invitations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6505 6506 6507 |
# File 'sig/types.rbs', line 6505 def next_token @next_token end |