You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ManagedBlockchain::Types::UpdateMemberInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateMemberInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#log_publishing_configurationTypes::MemberLogPublishingConfiguration

Configuration properties for publishing to Amazon CloudWatch Logs.

Returns:

#member_idString

The unique ID of the member.

Returns:

  • (String)

    The unique ID of the member.

#network_idString

The unique ID of the Managed Blockchain network to which the member belongs.

Returns:

  • (String)

    The unique ID of the Managed Blockchain network to which the member belongs.