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

Class: Aws::RAM::Types::AssociateResourceShareRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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

Returns:

  • (String)

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

#principalsArray<String>

The principals.

Returns:

  • (Array<String>)

    The principals.

#resource_arnsArray<String>

The Amazon Resource Names (ARN) of the resources.

Returns:

  • (Array<String>)

    The Amazon Resource Names (ARN) of the resources.

#resource_share_arnString

The Amazon Resource Name (ARN) of the resource share.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the resource share.