paws.security.identity (version 0.1.0)

ram_accept_resource_share_invitation: Accepts an invitation to a resource share from another AWS account

Description

Accepts an invitation to a resource share from another AWS account.

Usage

ram_accept_resource_share_invitation(resourceShareInvitationArn,
  clientToken)

Arguments

resourceShareInvitationArn

[required] The Amazon Resource Name (ARN) of the invitation.

clientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Request syntax

svc$accept_resource_share_invitation(
  resourceShareInvitationArn = "string",
  clientToken = "string"
)