Class: Aws::GuardDuty::Types::ListInvitationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListInvitationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invitations ⇒ Array<Types::Invitation>
A list of invitation descriptions.
-
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
Instance Attribute Details
#invitations ⇒ Array<Types::Invitation>
A list of invitation descriptions.
5408 5409 5410 5411 5412 5413 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5408 class ListInvitationsResponse < Struct.new( :invitations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
5408 5409 5410 5411 5412 5413 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5408 class ListInvitationsResponse < Struct.new( :invitations, :next_token) SENSITIVE = [] include Aws::Structure end |