Class: Aws::GuardDuty::Types::ListInvitationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListInvitationsResponse
- Defined in:
- gems/aws-sdk-guardduty/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.
4226 4227 4228 4229 4230 4231 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4226 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.
4226 4227 4228 4229 4230 4231 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4226 class ListInvitationsResponse < Struct.new( :invitations, :next_token) SENSITIVE = [] include Aws::Structure end |