class Aws::RAM::Types::GetResourcePoliciesRequest
@note When making an API call, you may pass GetResourcePoliciesRequest
data as a hash: { resource_arns: ["String"], # required principal: "String", next_token: "String", max_results: 1, }
@!attribute [rw] resource_arns
The Amazon Resource Names (ARNs) of the resources. @return [Array<String>]
@!attribute [rw] principal
The principal. @return [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/GetResourcePoliciesRequest AWS API Documentation
Constants
- SENSITIVE