class Aws::IoTWireless::Types::AssociateAwsAccountWithPartnerAccountRequest

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

data as a hash:

    {
      sidewalk: { # required
        amazon_id: "AmazonId",
        app_server_private_key: "AppServerPrivateKey",
      },
      client_request_token: "ClientRequestToken",
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] sidewalk

The Sidewalk account credentials.
@return [Types::SidewalkAccountInfo]

@!attribute [rw] client_request_token

Each resource must have a unique client request token. If you try to
create a new resource with the same token as a resource that already
exists, an exception occurs. If you omit this value, AWS SDKs will
automatically generate a unique client request.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] tags

The tags to attach to the specified resource. Tags are metadata that
you can use to manage a resource.
@return [Array<Types::Tag>]

Constants

SENSITIVE