Class: Aws::ManagedBlockchain::Types::RejectInvitationInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invitation_idString

The unique identifier of the invitation to reject.

Returns:

  • (String)


2544
2545
2546
2547
2548
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2544

class RejectInvitationInput < Struct.new(
  :invitation_id)
  SENSITIVE = []
  include Aws::Structure
end