Class: Aws::SecurityHub::Types::DeleteInvitationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DeleteInvitationsRequest
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass DeleteInvitationsRequest data as a hash:
{
account_ids: ["NonEmptyString"], # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The list of the account IDs that sent the invitations to delete.
Instance Attribute Details
#account_ids ⇒ Array<String>
The list of the account IDs that sent the invitations to delete.
17691 17692 17693 17694 17695 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17691 class DeleteInvitationsRequest < Struct.new( :account_ids) SENSITIVE = [] include Aws::Structure end |