Class: Aws::GuardDuty::Types::AcceptInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AcceptInvitationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty member account.
-
#invitation_id ⇒ String
The value that is used to validate the administrator account to the member account.
-
#master_id ⇒ String
The account ID of the GuardDuty administrator account whose invitation you’re accepting.
Instance Attribute Details
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty member account.
57 58 59 60 61 62 63 |
# File 'lib/aws-sdk-guardduty/types.rb', line 57 class AcceptInvitationRequest < Struct.new( :detector_id, :master_id, :invitation_id) SENSITIVE = [] include Aws::Structure end |
#invitation_id ⇒ String
The value that is used to validate the administrator account to the member account.
57 58 59 60 61 62 63 |
# File 'lib/aws-sdk-guardduty/types.rb', line 57 class AcceptInvitationRequest < Struct.new( :detector_id, :master_id, :invitation_id) SENSITIVE = [] include Aws::Structure end |
#master_id ⇒ String
The account ID of the GuardDuty administrator account whose invitation you’re accepting.
57 58 59 60 61 62 63 |
# File 'lib/aws-sdk-guardduty/types.rb', line 57 class AcceptInvitationRequest < Struct.new( :detector_id, :master_id, :invitation_id) SENSITIVE = [] include Aws::Structure end |