class Aws::ManagedBlockchain::Types::UpdateMemberInput

@note When making an API call, you may pass UpdateMemberInput

data as a hash:

    {
      network_id: "ResourceIdString", # required
      member_id: "ResourceIdString", # required
      log_publishing_configuration: {
        fabric: {
          ca_logs: {
            cloudwatch: {
              enabled: false,
            },
          },
        },
      },
    }

@!attribute [rw] network_id

The unique identifier of the Managed Blockchain network to which the
member belongs.
@return [String]

@!attribute [rw] member_id

The unique identifier of the member.
@return [String]

@!attribute [rw] log_publishing_configuration

Configuration properties for publishing to Amazon CloudWatch Logs.
@return [Types::MemberLogPublishingConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/UpdateMemberInput AWS API Documentation

Constants

SENSITIVE