GetResourcePoliciesRequest
public struct GetResourcePoliciesRequest : AWSShape
extension RAM.GetResourcePoliciesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
Declaration
Swift
public let maxResults: Int?
-
The token for the next page of results.
Declaration
Swift
public let nextToken: String?
-
The principal.
Declaration
Swift
public let principal: String?
-
The Amazon Resource Names (ARN) of the resources.
Declaration
Swift
public let resourceArns: [String]
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, principal: String? = nil, resourceArns: [String])
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> RAM.GetResourcePoliciesRequest