Class: Aws::Detective::Types::AcceptInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::AcceptInvitationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_arn ⇒ String
The ARN of the behavior graph that the member account is accepting the invitation for.
Instance Attribute Details
#graph_arn ⇒ String
The ARN of the behavior graph that the member account is accepting the invitation for.
The member account status in the behavior graph must be ‘INVITED`.
22 23 24 25 26 |
# File 'lib/aws-sdk-detective/types.rb', line 22 class AcceptInvitationRequest < Struct.new( :graph_arn) SENSITIVE = [] include Aws::Structure end |