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.
To find the ‘detectorId` in the current Region, see the Settings page in the GuardDuty console, or run the [ListDetectors] API.
[1]: docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
64 65 66 67 68 69 70 |
# File '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 '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 'lib/aws-sdk-guardduty/types.rb', line 64 class AcceptInvitationRequest < Struct.new( :detector_id, :master_id, :invitation_id) SENSITIVE = [] include Aws::Structure end |