Class: Aws::GuardDuty::Types::DeclineInvitationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to decline invitations from.

Returns:

  • (Array<String>)


1624
1625
1626
1627
1628
# File 'lib/aws-sdk-guardduty/types.rb', line 1624

class DeclineInvitationsRequest < Struct.new(
  :account_ids)
  SENSITIVE = []
  include Aws::Structure
end