class Aws::RAM::Types::GetResourceShareInvitationsRequest

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

data as a hash:

    {
      resource_share_invitation_arns: ["String"],
      resource_share_arns: ["String"],
      next_token: "String",
      max_results: 1,
    }

@!attribute [rw] resource_share_invitation_arns

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

@!attribute [rw] resource_share_arns

The Amazon Resource Names (ARN) of the resource shares.
@return [Array<String>]

@!attribute [rw] next_token

The token for the next page of results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return with a single call. To
retrieve the remaining results, make another call with the returned
`nextToken` value.
@return [Integer]

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

Constants

SENSITIVE