Class: Aws::SecurityHub::Types::DeclineInvitationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

The list of prospective member account IDs for which to decline an invitation.

Returns:



23733
23734
23735
23736
23737
# File 'lib/aws-sdk-securityhub/types.rb', line 23733

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