Class: Aws::ManagedBlockchain::Types::RejectInvitationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::RejectInvitationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invitation_id ⇒ String
The unique identifier of the invitation to reject.
Instance Attribute Details
#invitation_id ⇒ String
The unique identifier of the invitation to reject.
2547 2548 2549 2550 2551 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2547 class RejectInvitationInput < Struct.new( :invitation_id) SENSITIVE = [] include Aws::Structure end |