Class: Aws::ManagedBlockchain::Types::UpdateMemberInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::UpdateMemberInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_publishing_configuration ⇒ Types::MemberLogPublishingConfiguration
Configuration properties for publishing to Amazon CloudWatch Logs.
-
#member_id ⇒ String
The unique identifier of the member.
-
#network_id ⇒ String
The unique identifier of the Managed Blockchain network to which the member belongs.
Instance Attribute Details
#log_publishing_configuration ⇒ Types::MemberLogPublishingConfiguration
Configuration properties for publishing to Amazon CloudWatch Logs.
2733 2734 2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2733 class UpdateMemberInput < Struct.new( :network_id, :member_id, :log_publishing_configuration) SENSITIVE = [] include Aws::Structure end |
#member_id ⇒ String
The unique identifier of the member.
2733 2734 2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2733 class UpdateMemberInput < Struct.new( :network_id, :member_id, :log_publishing_configuration) SENSITIVE = [] include Aws::Structure end |
#network_id ⇒ String
The unique identifier of the Managed Blockchain network to which the member belongs.
2733 2734 2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2733 class UpdateMemberInput < Struct.new( :network_id, :member_id, :log_publishing_configuration) SENSITIVE = [] include Aws::Structure end |