Class: Aws::GuardDuty::Types::DeclineInvitationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DeclineInvitationsRequest
- 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 decline 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 decline invitations from.
2135 2136 2137 2138 2139 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2135 class DeclineInvitationsRequest < Struct.new( :account_ids) SENSITIVE = [] include Aws::Structure end |