Class: Aws::Macie2::Types::ListInvitationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ListInvitationsResponse
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Provides information about the Amazon Macie membership invitations that were received by an account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#invitations ⇒ Array<Types::Invitation>
4289 4290 4291 4292 4293 4294 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4289 class ListInvitationsResponse < Struct.new( :invitations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
4289 4290 4291 4292 4293 4294 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4289 class ListInvitationsResponse < Struct.new( :invitations, :next_token) SENSITIVE = [] include Aws::Structure end |