Class: Aws::ManagedBlockchain::Types::CreateMemberInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::CreateMemberInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
-
#invitation_id ⇒ String
The unique identifier of the invitation that is sent to the member to join the network.
-
#member_configuration ⇒ Types::MemberConfiguration
Member configuration parameters.
-
#network_id ⇒ String
The unique identifier of the network in which the member is created.
Instance Attribute Details
#client_request_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
308 309 310 311 312 313 314 315 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 308 class CreateMemberInput < Struct.new( :client_request_token, :invitation_id, :network_id, :member_configuration) SENSITIVE = [] include Aws::Structure end |
#invitation_id ⇒ String
The unique identifier of the invitation that is sent to the member to join the network.
308 309 310 311 312 313 314 315 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 308 class CreateMemberInput < Struct.new( :client_request_token, :invitation_id, :network_id, :member_configuration) SENSITIVE = [] include Aws::Structure end |
#member_configuration ⇒ Types::MemberConfiguration
Member configuration parameters.
308 309 310 311 312 313 314 315 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 308 class CreateMemberInput < Struct.new( :client_request_token, :invitation_id, :network_id, :member_configuration) SENSITIVE = [] include Aws::Structure end |
#network_id ⇒ String
The unique identifier of the network in which the member is created.
308 309 310 311 312 313 314 315 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 308 class CreateMemberInput < Struct.new( :client_request_token, :invitation_id, :network_id, :member_configuration) SENSITIVE = [] include Aws::Structure end |