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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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