Class: Aws::Detective::Types::RejectInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::RejectInvitationRequest
- Defined in:
- gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_arn ⇒ String
The ARN of the behavior graph to reject the invitation to.
Instance Attribute Details
#graph_arn ⇒ String
The ARN of the behavior graph to reject the invitation to.
The member account's current member status in the behavior graph
must be INVITED
.
1490 1491 1492 1493 1494 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1490 class RejectInvitationRequest < Struct.new( :graph_arn) SENSITIVE = [] include Aws::Structure end |