Class: Aws::GuardDuty::Types::DeleteInvitationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DeleteInvitationsRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to delete invitations from.
Instance Attribute Details
#account_ids ⇒ Array<String>
A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to delete invitations from.
2266 2267 2268 2269 2270 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2266 class DeleteInvitationsRequest < Struct.new( :account_ids) SENSITIVE = [] include Aws::Structure end |