class Aws::RAM::Types::DisassociateResourceShareRequest

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

data as a hash:

    {
      resource_share_arn: "String", # required
      resource_arns: ["String"],
      principals: ["String"],
      client_token: "String",
    }

@!attribute [rw] resource_share_arn

The Amazon Resource Name (ARN) of the resource share.
@return [String]

@!attribute [rw] resource_arns

The Amazon Resource Names (ARNs) of the resources.
@return [Array<String>]

@!attribute [rw] principals

The principals.
@return [Array<String>]

@!attribute [rw] client_token

A unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/DisassociateResourceShareRequest AWS API Documentation

Constants

SENSITIVE