Class: Aws::GuardDuty::Types::AcceptInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AcceptInvitationRequest
- Defined in:
- gems/aws-sdk-guardduty/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.
To find the detectorId
in the current Region, see the Settings
page in the GuardDuty console, or run the ListDetectors API.
64 65 66 67 68 69 70 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 64 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.
64 65 66 67 68 69 70 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 64 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.
64 65 66 67 68 69 70 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 64 class AcceptInvitationRequest < Struct.new( :detector_id, :master_id, :invitation_id) SENSITIVE = [] include Aws::Structure end |